Class AbstractProperty<S extends Enum<S>>
java.lang.Object
ch.nolix.system.element.multistateconfiguration.AbstractProperty<S>
- Type Parameters:
S- is the type of theEnumrepresentation of the state of theAbstractMultiStateConfigurationof aAbstractProperty.
- All Implemented Interfaces:
INameHolder
- Direct Known Subclasses:
AbstractMaterializedProperty, ForwardingProperty
- Author:
- Silvan Wyss
-
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Method Details
-
getName
- Specified by:
getNamein interfaceINameHolder- Returns:
- the name of the current
INameHolder.
-