Klasse ForwardingProperty<S extends Enum<S>, V>
java.lang.Object
ch.nolix.system.element.multistateconfiguration.AbstractProperty<S>
ch.nolix.system.element.multistateconfiguration.ForwardingProperty<S,V>
- Typparameter:
S- is the type of the states of aForwardingProperty.V- is the type of the values of aForwardingProperty.
- Alle implementierten Schnittstellen:
INameHolder
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidvoidsetValueForState(S state, V value) static <S2 extends Enum<S2>, V2>
ForwardingProperty<S2, V2> withNameAndForProperty(String name, AbstractMaterializedProperty<S2, V2>... materializedProperties) Von Klasse geerbte Methoden AbstractProperty
getNameVon Klasse geerbte Methoden Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Methodendetails
-
withNameAndForProperty
@SafeVarargs public static <S2 extends Enum<S2>, V2> ForwardingProperty<S2,V2> withNameAndForProperty(String name, AbstractMaterializedProperty<S2, V2>... materializedProperties) -
setUndefined
public void setUndefined() -
setValueForState
-