Interface DtoReference
- All Superinterfaces:
AnyProperty
,DtoProperty
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
A representation of the model object 'Dto Reference'.
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Domain Object Type' reference.Returns the value of the 'Valid Message' attribute.boolean
isValid()
Returns the value of the 'Valid' attribute.void
Sets the value of the 'Domain Object Type
' reference.void
setValid
(boolean value) Sets the value of the 'Valid
' attribute.void
setValidMessage
(String value) Sets the value of the 'Valid Message
' attribute.Methods inherited from interface org.contextmapper.tactic.dsl.tacticdsl.AnyProperty
getCollectionType, getDoc, getHint, getName, getNotEmptyMessage, getNullableMessage, getSize, getValidate, getVisibility, isKey, isNotChangeable, isNotEmpty, isNullable, isRequired, isTransient, setCollectionType, setDoc, setHint, setKey, setName, setNotChangeable, setNotEmpty, setNotEmptyMessage, setNullable, setNullableMessage, setRequired, setSize, setTransient, setValidate, setVisibility
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
-
Method Details
-
getDomainObjectType
SimpleDomainObject getDomainObjectType()Returns the value of the 'Domain Object Type' reference.- Returns:
- the value of the 'Domain Object Type' reference.
- See Also:
- Model:
- Generated:
-
setDomainObjectType
Sets the value of the 'Domain Object Type
' reference.- Parameters:
value
- the new value of the 'Domain Object Type' reference.- See Also:
- Generated:
-
isValid
boolean isValid()Returns the value of the 'Valid' attribute.- Returns:
- the value of the 'Valid' attribute.
- See Also:
- Model:
- Generated:
-
setValid
void setValid(boolean value) Sets the value of the 'Valid
' attribute.- Parameters:
value
- the new value of the 'Valid' attribute.- See Also:
- Generated:
-
getValidMessage
String getValidMessage()Returns the value of the 'Valid Message' attribute.- Returns:
- the value of the 'Valid Message' attribute.
- See Also:
- Model:
- Generated:
-
setValidMessage
Sets the value of the 'Valid Message
' attribute.- Parameters:
value
- the new value of the 'Valid Message' attribute.- See Also:
- Generated:
-