Class StoredStringProperty
java.lang.Object
dev.prozilla.pine.common.property.storage.StoredProperty<String>
dev.prozilla.pine.common.property.storage.StoredStringProperty
- All Implemented Interfaces:
Destructible,MutableObjectProperty<String>,MutableProperty<String>,Property<String>,StringProperty,Functor<String>
-
Field Summary
Fields inherited from class dev.prozilla.pine.common.property.storage.StoredProperty
key, storage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValue()Returns the value of this property.booleanSets the value of this property.Returns this property.Methods inherited from class dev.prozilla.pine.common.property.storage.StoredProperty
destroy, isNotNull, setNullMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.prozilla.pine.common.property.mutable.MutableObjectProperty
stealMethods inherited from interface dev.prozilla.pine.common.property.mutable.MutableProperty
modifyValue, swapValue, viewPropertyMethods inherited from interface dev.prozilla.pine.common.property.Property
getValueOr, hasValue, hasValueProperty, isNotNull, isNotNullProperty, isNull, map, requireValue, snapshotMethods inherited from interface dev.prozilla.pine.common.property.StringProperty
append, append, lengthProperty, parse, prepend, prepend, replaceNull, toLowerCaseProperty, toUpperCaseProperty
-
Constructor Details
-
StoredStringProperty
-
-
Method Details
-
setValue
Description copied from interface:MutablePropertySets the value of this property.- Specified by:
setValuein interfaceMutableProperty<String>- Overrides:
setValuein classStoredProperty<String>- Parameters:
value- The new value- Returns:
trueif the value was changed.
-
getValue
Description copied from interface:PropertyReturns the value of this property. -
toStringProperty
Returns this property.- Specified by:
toStringPropertyin interfaceProperty<String>- Specified by:
toStringPropertyin interfaceStringProperty- Overrides:
toStringPropertyin classStoredProperty<String>- Returns:
- This property.
- See Also:
-