public final class SchedUlongParameter extends SchedParameter
Modifier and Type | Field and Description |
---|---|
long |
value
The parameter value
|
field
Constructor and Description |
---|
SchedUlongParameter() |
SchedUlongParameter(long 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 SchedUlongParameter()
public SchedUlongParameter(long 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