Class IntegerFieldValue
java.lang.Object
io.github.projectunified.cronutils.model.field.value.FieldValue<Integer>
io.github.projectunified.cronutils.model.field.value.IntegerFieldValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.projectunified.cronutils.model.field.value.FieldValue
toString
-
Constructor Details
-
IntegerFieldValue
public IntegerFieldValue(int value)
-
-
Method Details
-
getValue
Description copied from class:FieldValueAllows to obtain the value.- Specified by:
getValuein classFieldValue<Integer>- Returns:
- some value, never null
-