Package ch.nolix.system.element.property
Klasse ForwardingMutableValue<V>
java.lang.Object
ch.nolix.system.element.property.ForwardingMutableValue<V>
- Alle implementierten Schnittstellen:
INameHolder
,IProperty
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
addedOrChangedAttribute
(INode<?> attribute) void
fillUpAttributesInto
(ILinkedList<INode<?>> list) static ForwardingMutableValue
<Boolean> static ForwardingMutableValue
<Integer> static ForwardingMutableValue
<String> getName()
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Konstruktordetails
-
ForwardingMutableValue
-
-
Methodendetails
-
forBoolean
-
forInt
-
forString
-
getName
- Angegeben von:
getName
in SchnittstelleINameHolder
- Gibt zurück:
- the name of the current
INameHolder
.
-
addedOrChangedAttribute
- Angegeben von:
addedOrChangedAttribute
in SchnittstelleIProperty
-
fillUpAttributesInto
- Angegeben von:
fillUpAttributesInto
in SchnittstelleIProperty
-