public class XpdlDataField extends XpdlIdName
id, namelineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlDataField(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkValidity(Xpdl xpdl)
Default check for validity: No action.
|
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
java.lang.String |
getCorrelation() |
XpdlDataType |
getDataType() |
XpdlDescription |
getDescription() |
XpdlExtendedAttributes |
getExtendedAttributes() |
XpdlExpressionType |
getInitialValue() |
java.lang.String |
getIsArray() |
XpdlLength |
getLength() |
java.lang.String |
getReadOnly() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setCorrelation(java.lang.String correlation) |
void |
setDataType(XpdlDataType dataType) |
void |
setDescription(XpdlDescription description) |
void |
setExtendedAttributes(XpdlExtendedAttributes extendedAttributes) |
void |
setInitialValue(XpdlExpressionType initialValue) |
void |
setIsArray(java.lang.String isArray) |
void |
setLength(XpdlLength length) |
void |
setReadOnly(java.lang.String readOnly) |
getId, getName, setId, setNamecheckBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlTextprotected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportElements in class XpdlElementprotected java.lang.String exportElements()
XpdlElementexportElements in class XpdlElementprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportAttributes in class XpdlIdNameprotected java.lang.String exportAttributes()
exportAttributes in class XpdlIdNameprotected void checkValidity(Xpdl xpdl)
XpdlElementcheckValidity in class XpdlIdNamepublic java.lang.String getReadOnly()
public void setReadOnly(java.lang.String readOnly)
public java.lang.String getIsArray()
public void setIsArray(java.lang.String isArray)
public java.lang.String getCorrelation()
public void setCorrelation(java.lang.String correlation)
public XpdlDataType getDataType()
public void setDataType(XpdlDataType dataType)
public XpdlExpressionType getInitialValue()
public void setInitialValue(XpdlExpressionType initialValue)
public XpdlLength getLength()
public void setLength(XpdlLength length)
public XpdlDescription getDescription()
public void setDescription(XpdlDescription description)
public XpdlExtendedAttributes getExtendedAttributes()
public void setExtendedAttributes(XpdlExtendedAttributes extendedAttributes)