Klasse StateProperty<V>

java.lang.Object
ch.nolix.system.element.multistateconfiguration.StateProperty<V>

public final class StateProperty<V> extends Object
  • Methodendetails

    • createUndefinedStateProperty

      public static <V2> StateProperty<V2> createUndefinedStateProperty()
    • getAssignmentType

      public ValueStoringState getAssignmentType()
    • getValue

      public V getValue()
    • hasValue

      public boolean hasValue()
    • hasValueOrDefinesEmpty

      public boolean hasValueOrDefinesEmpty()
    • setEmpty

      public void setEmpty()
    • setForwarding

      public void setForwarding()
    • setValue

      public void setValue(V value)