public static class FlowPartDescription.Parameter extends Object
Constructor and Description |
---|
Parameter(String name,
Type type,
Object value)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the parameter name.
|
Type |
getType()
Returns the parameter type.
|
Object |
getValue()
Returns the argument value.
|
String |
toString() |
public Parameter(String name, Type type, Object value)
name
- the parameter nametype
- the parameter typevalue
- the argument value (nullable)IllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.