public static class Property.LongProperty extends Property.BaseProperty<java.lang.Long>
Property.BaseProperty<T>, Property.BooleanProperty, Property.CharsetProperty, Property.DurationInSecondsProperty, Property.DurationProperty, Property.EnumProperty<T extends java.lang.Enum<T>>, Property.IntegerProperty, Property.LongProperty, Property.ObjectProperty, Property.StringProperty, Property.Validating<T>BY_NAME_COMPARATOR, NAME_EXTRACTOR| Constructor and Description |
|---|
LongProperty(java.lang.String name) |
LongProperty(java.lang.String name,
java.lang.Long defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Long |
fromStorage(java.lang.Object value) |
get, getDefault, getName, getOrCustomDefault, getType, set, toStorage, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitbool, bool, charset, charset, duration, duration, duration, durationSec, durationSec, durationSec, enum_, enum_, getOrNull, getRequired, getRequiredDefault, integer, integer, long_, long_, object, object, remove, string, string, validatingfindByName, findFirstMatchByName, getNameList, getNames, ofName, removeByName, safeCompareByNamepublic LongProperty(java.lang.String name)
public LongProperty(java.lang.String name,
java.lang.Long defaultValue)
protected java.lang.Long fromStorage(java.lang.Object value)
fromStorage in class Property.BaseProperty<java.lang.Long>