public final class SchedIntParameter extends SchedParameter
Modifier and Type | Field and Description |
---|---|
int |
value |
field
Constructor and Description |
---|
SchedIntParameter() |
SchedIntParameter(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, toNative
public SchedIntParameter()
public SchedIntParameter(int value)
public int getType()
SchedParameter
getType
in class SchedParameter
public java.lang.String getTypeAsString()
SchedParameter
getTypeAsString
in class SchedParameter
public java.lang.String getValueAsString()
SchedParameter
getValueAsString
in class SchedParameter