public class XpdlFormalParameter extends XpdlIdName
id, name
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlFormalParameter(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.
|
XpdlDataType |
getDataType() |
XpdlDescription |
getDescription() |
XpdlExpressionType |
getInitialValue() |
java.lang.String |
getIsArray() |
XpdlLength |
getLength() |
java.lang.String |
getMode() |
java.lang.String |
getReadOnly() |
java.lang.String |
getRequired() |
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 |
setDataType(XpdlDataType dataType) |
void |
setDescription(XpdlDescription description) |
void |
setInitialValue(XpdlExpressionType initialValue) |
void |
setIsArray(java.lang.String isArray) |
void |
setLength(XpdlLength length) |
void |
setMode(java.lang.String mode) |
void |
setReadOnly(java.lang.String readOnly) |
void |
setRequired(java.lang.String required) |
getId, getName, setId, setName
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlText
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importElements
in class XpdlElement
protected java.lang.String exportElements()
XpdlElement
exportElements
in class XpdlElement
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importAttributes
in class XpdlIdName
protected java.lang.String exportAttributes()
exportAttributes
in class XpdlIdName
protected void checkValidity(Xpdl xpdl)
XpdlElement
checkValidity
in class XpdlIdName
public java.lang.String getMode()
public void setMode(java.lang.String mode)
public java.lang.String getReadOnly()
public void setReadOnly(java.lang.String readOnly)
public java.lang.String getRequired()
public void setRequired(java.lang.String required)
public java.lang.String getIsArray()
public void setIsArray(java.lang.String isArray)
public XpdlDataType getDataType()
public void setDataType(XpdlDataType dataType)
public XpdlExpressionType getInitialValue()
public void setInitialValue(XpdlExpressionType initialValue)
public XpdlDescription getDescription()
public void setDescription(XpdlDescription description)
public XpdlLength getLength()
public void setLength(XpdlLength length)