Klasse Property<S extends Enum<S>>

java.lang.Object
ch.nolix.system.element.multistateconfiguration.Property<S>
Alle implementierten Schnittstellen:
INameHolder
Bekannte direkte Unterklassen:
ForwardingProperty, MaterializedProperty

public abstract class Property<S extends Enum<S>> extends Object implements INameHolder
  • Felddetails

  • Konstruktordetails

    • Property

      protected Property(String name)
  • Methodendetails

    • getName

      public final String getName()
      Angegeben von:
      getName in Schnittstelle INameHolder
      Gibt zurück:
      the name of the current INameHolder.
    • fillUpValuesSpecificationInto

      protected abstract void fillUpValuesSpecificationInto(ILinkedList<INode<?>> list)
    • setFrom

      protected abstract void setFrom(Property<S> property)
    • setUndefined

      protected abstract void setUndefined()
    • setValueFromSpecification

      protected abstract void setValueFromSpecification(INode<?> specification)