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
,FullyQualifiedElement
,NamedElement
,XmlLangElement
- Enclosing class:
- DataLayout
public static class DataLayout.Fieldref extends DataLayout.DataFormLayoutElement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ELEMENT
-
Constructor Summary
Constructors Constructor Description Fieldref(java.lang.String var)
Field ref constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getElementName()
Returns the root element name.java.lang.String
getVar()
Gets the value of the var property.XmlStringBuilder
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.FullyQualifiedElement
getLanguage, getQName
-
-
-
-
Field Detail
-
ELEMENT
public static final java.lang.String ELEMENT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Fieldref
public Fieldref(java.lang.String var)
Field ref constructor.- Parameters:
var
- reference to a field
-
-
Method Detail
-
toXML
public XmlStringBuilder toXML(XmlEnvironment enclosingNamespace)
-
getVar
public java.lang.String getVar()
Gets the value of the var property.- Returns:
- possible object is
String
-
getElementName
public java.lang.String getElementName()
Description copied from interface:NamedElement
Returns the root element name.- Returns:
- the element name.
-
-