Class StateProperty<V>
java.lang.Object
ch.nolix.system.element.multistateconfiguration.StateProperty<V>
- Type Parameters:
V- is the type of the value of aStateProperty.
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionstatic <V2> StateProperty<V2> getValue()booleanhasValue()booleanvoidsetEmpty()voidvoid
-
Method Details
-
createUndefinedStateProperty
-
getAssignmentType
-
getValue
-
hasValue
public boolean hasValue() -
hasValueOrDefinesEmpty
public boolean hasValueOrDefinesEmpty() -
setEmpty
public void setEmpty() -
setForwarding
public void setForwarding() -
setValue
-