Interface DataTransferObject
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
,SimpleDomainObject
A representation of the model object 'Data Transfer Object'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<DtoAttribute>
Returns the value of the 'Attributes' containment reference list.Returns the value of the 'Comment' attribute.Returns the value of the 'Extends' reference.Returns the value of the 'Extends Name' attribute.org.eclipse.emf.common.util.EList<DtoReference>
Returns the value of the 'References' containment reference list.Returns the value of the 'Validate' attribute.boolean
Returns the value of the 'Abstract' attribute.boolean
Returns the value of the 'Gap Class' attribute.boolean
Returns the value of the 'No Gap Class' attribute.void
setAbstract
(boolean value) Sets the value of the 'Abstract
' attribute.void
setComment
(String value) Sets the value of the 'Comment
' attribute.void
setExtends
(DataTransferObject value) Sets the value of the 'Extends
' reference.void
setExtendsName
(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
(String value) Sets the value of the 'Validate
' attribute.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.SimpleDomainObject
getDoc, getHint, getName, getPackage, setDoc, setHint, setName, setPackage
-
Method Details
-
getComment
String getComment()Returns the value of the 'Comment' attribute.- Returns:
- the value of the 'Comment' attribute.
- See Also:
- Model:
- Generated:
-
setComment
Sets the value of the 'Comment
' attribute.- Parameters:
value
- the new value of the 'Comment' attribute.- See Also:
- Generated:
-
isAbstract
boolean isAbstract()Returns the value of the 'Abstract' attribute.- Returns:
- the value of the 'Abstract' attribute.
- See Also:
- Model:
- Generated:
-
setAbstract
void setAbstract(boolean value) Sets the value of the 'Abstract
' attribute.- Parameters:
value
- the new value of the 'Abstract' attribute.- See Also:
- Generated:
-
getExtends
DataTransferObject getExtends()Returns the value of the 'Extends' reference.- Returns:
- the value of the 'Extends' reference.
- See Also:
- Model:
- Generated:
-
setExtends
Sets the value of the 'Extends
' reference.- Parameters:
value
- the new value of the 'Extends' reference.- See Also:
- Generated:
-
getExtendsName
String getExtendsName()Returns the value of the 'Extends Name' attribute.- Returns:
- the value of the 'Extends Name' attribute.
- See Also:
- Model:
- Generated:
-
setExtendsName
Sets the value of the 'Extends Name
' attribute.- Parameters:
value
- the new value of the 'Extends Name' attribute.- See Also:
- Generated:
-
isGapClass
boolean isGapClass()Returns the value of the 'Gap Class' attribute.- Returns:
- the value of the 'Gap Class' attribute.
- See Also:
- Model:
- Generated:
-
setGapClass
void setGapClass(boolean value) Sets the value of the 'Gap Class
' attribute.- Parameters:
value
- the new value of the 'Gap Class' attribute.- See Also:
- Generated:
-
isNoGapClass
boolean isNoGapClass()Returns the value of the 'No Gap Class' attribute.- Returns:
- the value of the 'No Gap Class' attribute.
- See Also:
- Model:
- Generated:
-
setNoGapClass
void setNoGapClass(boolean value) Sets the value of the 'No Gap Class
' attribute.- Parameters:
value
- the new value of the 'No Gap Class' attribute.- See Also:
- Generated:
-
getValidate
String getValidate()Returns the value of the 'Validate' attribute.- Returns:
- the value of the 'Validate' attribute.
- See Also:
- Model:
- Generated:
-
setValidate
Sets the value of the 'Validate
' attribute.- Parameters:
value
- the new value of the 'Validate' attribute.- See Also:
- Generated:
-
getAttributes
org.eclipse.emf.common.util.EList<DtoAttribute> getAttributes()Returns the value of the 'Attributes' containment reference list. The list contents are of typeDtoAttribute
.- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-
getReferences
org.eclipse.emf.common.util.EList<DtoReference> getReferences()Returns the value of the 'References' containment reference list. The list contents are of typeDtoReference
.- Returns:
- the value of the 'References' containment reference list.
- See Also:
- Model:
- containment="true"
- Generated:
-