public class XpdlArtifact extends XpdlIdName
id, namelineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlArtifact(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 |
getArtifactType() |
XpdlDataObject |
getDataObject() |
java.lang.String |
getGroupAttribute() |
XpdlGroup |
getGroupElement() |
XpdlNodeGraphicsInfos |
getNodeGraphicsInfos() |
XpdlObject |
getObject() |
java.lang.String |
getTextAnnotation() |
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 |
setArtifactType(java.lang.String artifactType) |
void |
setDataObject(XpdlDataObject dataObject) |
void |
setGroupAttribute(java.lang.String groupAttribute) |
void |
setGroupElement(XpdlGroup groupElement) |
void |
setNodeGraphicsInfos(XpdlNodeGraphicsInfos nodeGraphicsInfos) |
void |
setObject(XpdlObject object) |
void |
setTextAnnotation(java.lang.String textAnnotation) |
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 getArtifactType()
public void setArtifactType(java.lang.String artifactType)
public java.lang.String getTextAnnotation()
public void setTextAnnotation(java.lang.String textAnnotation)
public java.lang.String getGroupAttribute()
public void setGroupAttribute(java.lang.String groupAttribute)
public XpdlObject getObject()
public void setObject(XpdlObject object)
public XpdlGroup getGroupElement()
public void setGroupElement(XpdlGroup groupElement)
public XpdlDataObject getDataObject()
public void setDataObject(XpdlDataObject dataObject)
public XpdlNodeGraphicsInfos getNodeGraphicsInfos()
public void setNodeGraphicsInfos(XpdlNodeGraphicsInfos nodeGraphicsInfos)