public static class OperatorDescription.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 parameter value.
|
String |
toString() |
public Parameter(String name, Type type, Object value)
name
- the parameter nametype
- the parameter typevalue
- the parameter value (nullable
)IllegalArgumentException
- if some parameters are null
public String getName()
public Type getType()
public Object getValue()
null
if the target value is just null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.