public class TypedIntParameter extends TypedParameter
| Modifier and Type | Field and Description |
|---|---|
int |
value |
field, TYPED_PARAM_BOOLEAN, TYPED_PARAM_DOUBLE, TYPED_PARAM_INT, TYPED_PARAM_LONG, TYPED_PARAM_STRING, TYPED_PARAM_UINT, TYPED_PARAM_ULONG| Constructor and Description |
|---|
TypedIntParameter() |
TypedIntParameter(int value) |
TypedIntParameter(java.lang.String field,
int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
The type of the parameter
|
java.lang.String |
getTypeAsString()
Utility function for displaying the type
|
java.lang.String |
getValueAsString()
Utility function for displaying the value
|
copyOf, create, toNativepublic TypedIntParameter()
public TypedIntParameter(int value)
public TypedIntParameter(java.lang.String field,
int value)
public int getType()
TypedParametergetType in class TypedParameterpublic java.lang.String getTypeAsString()
TypedParametergetTypeAsString in class TypedParameterpublic java.lang.String getValueAsString()
TypedParametergetValueAsString in class TypedParameter