Package ch.nolix.core.document.xml
Klasse XmlAttribute
java.lang.Object
ch.nolix.core.document.xml.XmlAttribute
- Alle implementierten Schnittstellen:
INameHolder
,IValueHolder<String>
,IXmlAttribute
-
Konstruktorübersicht
-
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden ch.nolix.coreapi.attributeapi.mandatoryattributeapi.INameHolder
getNameInQuotes, hasName, hasSameNameAs
-
Konstruktordetails
-
XmlAttribute
-
XmlAttribute
-
-
Methodendetails
-
getName
- Angegeben von:
getName
in SchnittstelleINameHolder
- Gibt zurück:
- the name of the current
INameHolder
.
-
getValue
- Angegeben von:
getValue
in SchnittstelleIValueHolder<String>
- Gibt zurück:
- the value of the current
IValueHolder
.
-
toString
-