public interface DataTransferObject extends SimpleDomainObject
The following features are supported:
TacticdslPackage.getDataTransferObject()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<DtoAttribute> |
getAttributes()
Returns the value of the 'Attributes' containment reference list.
|
DataTransferObject |
getExtends()
Returns the value of the 'Extends' reference.
|
java.lang.String |
getExtendsName()
Returns the value of the 'Extends Name' attribute.
|
org.eclipse.emf.common.util.EList<DtoReference> |
getReferences()
Returns the value of the 'References' containment reference list.
|
java.lang.String |
getValidate()
Returns the value of the 'Validate' attribute.
|
boolean |
isAbstract()
Returns the value of the 'Abstract' attribute.
|
boolean |
isGapClass()
Returns the value of the 'Gap Class' attribute.
|
boolean |
isNoGapClass()
Returns the value of the 'No Gap Class' attribute.
|
void |
setAbstract(boolean value)
Sets the value of the '
Abstract' attribute. |
void |
setExtends(DataTransferObject value)
Sets the value of the '
Extends' reference. |
void |
setExtendsName(java.lang.String value)
Sets the value of the '
Extends Name' attribute. |
void |
setGapClass(boolean value)
Sets the value of the '
Gap Class' attribute. |
void |
setNoGapClass(boolean value)
Sets the value of the '
No Gap Class' attribute. |
void |
setValidate(java.lang.String value)
Sets the value of the '
Validate' attribute. |
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackageboolean isAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
setAbstract(boolean),
TacticdslPackage.getDataTransferObject_Abstract()void setAbstract(boolean value)
Abstract' attribute.
value - the new value of the 'Abstract' attribute.isAbstract()DataTransferObject getExtends()
If the meaning of the 'Extends' reference isn't clear, there really should be more of a description here...
setExtends(DataTransferObject),
TacticdslPackage.getDataTransferObject_Extends()void setExtends(DataTransferObject value)
Extends' reference.
value - the new value of the 'Extends' reference.getExtends()java.lang.String getExtendsName()
If the meaning of the 'Extends Name' attribute isn't clear, there really should be more of a description here...
setExtendsName(String),
TacticdslPackage.getDataTransferObject_ExtendsName()void setExtendsName(java.lang.String value)
Extends Name' attribute.
value - the new value of the 'Extends Name' attribute.getExtendsName()boolean isGapClass()
If the meaning of the 'Gap Class' attribute isn't clear, there really should be more of a description here...
setGapClass(boolean),
TacticdslPackage.getDataTransferObject_GapClass()void setGapClass(boolean value)
Gap Class' attribute.
value - the new value of the 'Gap Class' attribute.isGapClass()boolean isNoGapClass()
If the meaning of the 'No Gap Class' attribute isn't clear, there really should be more of a description here...
setNoGapClass(boolean),
TacticdslPackage.getDataTransferObject_NoGapClass()void setNoGapClass(boolean value)
No Gap Class' attribute.
value - the new value of the 'No Gap Class' attribute.isNoGapClass()java.lang.String getValidate()
If the meaning of the 'Validate' attribute isn't clear, there really should be more of a description here...
setValidate(String),
TacticdslPackage.getDataTransferObject_Validate()void setValidate(java.lang.String value)
Validate' attribute.
value - the new value of the 'Validate' attribute.getValidate()org.eclipse.emf.common.util.EList<DtoAttribute> getAttributes()
DtoAttribute.
If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getDataTransferObject_Attributes()org.eclipse.emf.common.util.EList<DtoReference> getReferences()
DtoReference.
If the meaning of the 'References' containment reference list isn't clear, there really should be more of a description here...
TacticdslPackage.getDataTransferObject_References()