Constructor and Description |
---|
SortingCode() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy(CopyBuilder copyBuilder) |
java.lang.Object |
copyTo(java.lang.Object target,
CopyBuilder copyBuilder) |
java.lang.String |
getCode() |
ModelType |
getModelType() |
ModelObject |
getParent() |
java.lang.String |
getType() |
XALClass |
getXALClass() |
boolean |
isSetCode() |
boolean |
isSetParent() |
boolean |
isSetType() |
void |
setCode(java.lang.String code) |
void |
setParent(ModelObject parent) |
void |
setType(java.lang.String type) |
void |
unsetCode() |
void |
unsetParent() |
void |
unsetType() |
<T> T |
visit(XALFunctor<T> visitor) |
void |
visit(XALVisitor visitor) |
public java.lang.String getType()
public boolean isSetType()
public void setType(java.lang.String type)
public void unsetType()
public ModelType getModelType()
getModelType
in interface ModelObject
public XALClass getXALClass()
getXALClass
in interface XAL
public ModelObject getParent()
public void setParent(ModelObject parent)
public boolean isSetParent()
isSetParent
in interface Child
public void unsetParent()
unsetParent
in interface Child
public java.lang.Object copy(CopyBuilder copyBuilder)
public java.lang.Object copyTo(java.lang.Object target, CopyBuilder copyBuilder)
public void visit(XALVisitor visitor)
public <T> T visit(XALFunctor<T> visitor)