public interface DtoReference extends DtoProperty
The following features are supported:
TacticdslPackage.getDtoReference()
Modifier and Type | Method and Description |
---|---|
SimpleDomainObject |
getDomainObjectType()
Returns the value of the 'Domain Object Type' reference.
|
java.lang.String |
getValidMessage()
Returns the value of the 'Valid Message' attribute.
|
boolean |
isValid()
Returns the value of the 'Valid' attribute.
|
void |
setDomainObjectType(SimpleDomainObject value)
Sets the value of the '
Domain Object Type ' reference. |
void |
setValid(boolean value)
Sets the value of the '
Valid ' attribute. |
void |
setValidMessage(java.lang.String value)
Sets the value of the '
Valid Message ' attribute. |
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
SimpleDomainObject getDomainObjectType()
If the meaning of the 'Domain Object Type' reference isn't clear, there really should be more of a description here...
setDomainObjectType(SimpleDomainObject)
,
TacticdslPackage.getDtoReference_DomainObjectType()
void setDomainObjectType(SimpleDomainObject value)
Domain Object Type
' reference.
value
- the new value of the 'Domain Object Type' reference.getDomainObjectType()
boolean isValid()
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
setValid(boolean)
,
TacticdslPackage.getDtoReference_Valid()
void setValid(boolean value)
Valid
' attribute.
value
- the new value of the 'Valid' attribute.isValid()
java.lang.String getValidMessage()
If the meaning of the 'Valid Message' attribute isn't clear, there really should be more of a description here...
setValidMessage(String)
,
TacticdslPackage.getDtoReference_ValidMessage()
void setValidMessage(java.lang.String value)
Valid Message
' attribute.
value
- the new value of the 'Valid Message' attribute.getValidMessage()