Package ch.nolix.system.element.style
Klasse AttachingAttribute
java.lang.Object
ch.nolix.system.element.base.AbstractElement
ch.nolix.system.element.style.AttachingAttribute
- Alle implementierten Schnittstellen:
IValueHolder<INode<?>>
,IElement
,IAttachingAttribute
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic AttachingAttribute
forTagAndValue
(Enum<?> tag, INode<?> value) static AttachingAttribute
forTagAndValue
(Enum<?> tag, String value) static AttachingAttribute
static AttachingAttribute
static AttachingAttribute
fromAttachingAttribute
(IAttachingAttribute attachingAttribute) static AttachingAttribute
fromSpecification
(INode<?> specification) IContainer
<INode<?>> getTag()
getValue()
boolean
hasTag()
boolean
Von Klasse geerbte Methoden ch.nolix.system.element.base.AbstractElement
equals, getSpecification, hashCode, toString
Von Klasse geerbte Methoden java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.systemapi.elementapi.baseapi.IElement
getSpecification, toFormatedString, toXml
-
Methodendetails
-
forTagAndValue
-
forTagAndValue
-
forValue
-
forValue
-
fromAttachingAttribute
-
fromSpecification
-
getAttributes
- Angegeben von:
getAttributes
in SchnittstelleIElement
- Gibt zurück:
- the attributes of the current
IElement
.
-
getTag
- Angegeben von:
getTag
in SchnittstelleIAttachingAttribute
-
getValue
- Angegeben von:
getValue
in SchnittstelleIValueHolder<INode<?>>
- Gibt zurück:
- the value of the current
IValueHolder
.
-
hasTag
public boolean hasTag()- Angegeben von:
hasTag
in SchnittstelleIAttachingAttribute
-
hasTag
- Angegeben von:
hasTag
in SchnittstelleIAttachingAttribute
-
withValue
- Angegeben von:
withValue
in SchnittstelleIAttachingAttribute
-