Class DataLayout.Fieldref
java.lang.Object
org.jivesoftware.smackx.xdatalayout.packet.DataLayout.DataFormLayoutElement
org.jivesoftware.smackx.xdatalayout.packet.DataLayout.Fieldref
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- DataLayout
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.getVar()
Gets the value of the var property.toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class org.jivesoftware.smackx.xdatalayout.packet.DataLayout.DataFormLayoutElement
getNamespace
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
QNAME
-
-
Constructor Details
-
Fieldref
Field ref constructor.- Parameters:
var
- reference to a field
-
-
Method Details
-
toXML
-
getVar
Gets the value of the var property.- Returns:
- possible object is
String
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-