public interface Reference extends Property
The following features are supported:
TacticdslPackage.getReference()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCascade()
Returns the value of the 'Cascade' attribute.
|
java.lang.String |
getDatabaseJoinColumn()
Returns the value of the 'Database Join Column' attribute.
|
java.lang.String |
getDatabaseJoinTable()
Returns the value of the 'Database Join Table' attribute.
|
SimpleDomainObject |
getDomainObjectType()
Returns the value of the 'Domain Object Type' reference.
|
java.lang.String |
getFetch()
Returns the value of the 'Fetch' attribute.
|
OppositeHolder |
getOppositeHolder()
Returns the value of the 'Opposite Holder' containment reference.
|
java.lang.String |
getOrderBy()
Returns the value of the 'Order By' attribute.
|
java.lang.String |
getOrderColumnName()
Returns the value of the 'Order Column Name' attribute.
|
java.lang.String |
getValidMessage()
Returns the value of the 'Valid Message' attribute.
|
boolean |
isCache()
Returns the value of the 'Cache' attribute.
|
boolean |
isInverse()
Returns the value of the 'Inverse' attribute.
|
boolean |
isOrderColumn()
Returns the value of the 'Order Column' attribute.
|
boolean |
isValid()
Returns the value of the 'Valid' attribute.
|
void |
setCache(boolean value)
Sets the value of the '
Cache' attribute. |
void |
setCascade(java.lang.String value)
Sets the value of the '
Cascade' attribute. |
void |
setDatabaseJoinColumn(java.lang.String value)
Sets the value of the '
Database Join Column' attribute. |
void |
setDatabaseJoinTable(java.lang.String value)
Sets the value of the '
Database Join Table' attribute. |
void |
setDomainObjectType(SimpleDomainObject value)
Sets the value of the '
Domain Object Type' reference. |
void |
setFetch(java.lang.String value)
Sets the value of the '
Fetch' attribute. |
void |
setInverse(boolean value)
Sets the value of the '
Inverse' attribute. |
void |
setOppositeHolder(OppositeHolder value)
Sets the value of the '
Opposite Holder' containment reference. |
void |
setOrderBy(java.lang.String value)
Sets the value of the '
Order By' attribute. |
void |
setOrderColumn(boolean value)
Sets the value of the '
Order Column' attribute. |
void |
setOrderColumnName(java.lang.String value)
Sets the value of the '
Order Column Name' attribute. |
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. |
getDatabaseColumn, setDatabaseColumngetCollectionType, 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, setVisibilitySimpleDomainObject 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.getReference_DomainObjectType()void setDomainObjectType(SimpleDomainObject value)
Domain Object Type' reference.
value - the new value of the 'Domain Object Type' reference.getDomainObjectType()java.lang.String getCascade()
If the meaning of the 'Cascade' attribute isn't clear, there really should be more of a description here...
setCascade(String),
TacticdslPackage.getReference_Cascade()void setCascade(java.lang.String value)
Cascade' attribute.
value - the new value of the 'Cascade' attribute.getCascade()java.lang.String getFetch()
If the meaning of the 'Fetch' attribute isn't clear, there really should be more of a description here...
setFetch(String),
TacticdslPackage.getReference_Fetch()void setFetch(java.lang.String value)
Fetch' attribute.
value - the new value of the 'Fetch' attribute.getFetch()boolean isCache()
If the meaning of the 'Cache' attribute isn't clear, there really should be more of a description here...
setCache(boolean),
TacticdslPackage.getReference_Cache()void setCache(boolean value)
Cache' attribute.
value - the new value of the 'Cache' attribute.isCache()boolean isInverse()
If the meaning of the 'Inverse' attribute isn't clear, there really should be more of a description here...
setInverse(boolean),
TacticdslPackage.getReference_Inverse()void setInverse(boolean value)
Inverse' attribute.
value - the new value of the 'Inverse' attribute.isInverse()java.lang.String getDatabaseJoinTable()
If the meaning of the 'Database Join Table' attribute isn't clear, there really should be more of a description here...
setDatabaseJoinTable(String),
TacticdslPackage.getReference_DatabaseJoinTable()void setDatabaseJoinTable(java.lang.String value)
Database Join Table' attribute.
value - the new value of the 'Database Join Table' attribute.getDatabaseJoinTable()java.lang.String getDatabaseJoinColumn()
If the meaning of the 'Database Join Column' attribute isn't clear, there really should be more of a description here...
setDatabaseJoinColumn(String),
TacticdslPackage.getReference_DatabaseJoinColumn()void setDatabaseJoinColumn(java.lang.String value)
Database Join Column' attribute.
value - the new value of the 'Database Join Column' attribute.getDatabaseJoinColumn()boolean isValid()
If the meaning of the 'Valid' attribute isn't clear, there really should be more of a description here...
setValid(boolean),
TacticdslPackage.getReference_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.getReference_ValidMessage()void setValidMessage(java.lang.String value)
Valid Message' attribute.
value - the new value of the 'Valid Message' attribute.getValidMessage()java.lang.String getOrderBy()
If the meaning of the 'Order By' attribute isn't clear, there really should be more of a description here...
setOrderBy(String),
TacticdslPackage.getReference_OrderBy()void setOrderBy(java.lang.String value)
Order By' attribute.
value - the new value of the 'Order By' attribute.getOrderBy()boolean isOrderColumn()
If the meaning of the 'Order Column' attribute isn't clear, there really should be more of a description here...
setOrderColumn(boolean),
TacticdslPackage.getReference_OrderColumn()void setOrderColumn(boolean value)
Order Column' attribute.
value - the new value of the 'Order Column' attribute.isOrderColumn()java.lang.String getOrderColumnName()
If the meaning of the 'Order Column Name' attribute isn't clear, there really should be more of a description here...
setOrderColumnName(String),
TacticdslPackage.getReference_OrderColumnName()void setOrderColumnName(java.lang.String value)
Order Column Name' attribute.
value - the new value of the 'Order Column Name' attribute.getOrderColumnName()OppositeHolder getOppositeHolder()
If the meaning of the 'Opposite Holder' containment reference isn't clear, there really should be more of a description here...
setOppositeHolder(OppositeHolder),
TacticdslPackage.getReference_OppositeHolder()void setOppositeHolder(OppositeHolder value)
Opposite Holder' containment reference.
value - the new value of the 'Opposite Holder' containment reference.getOppositeHolder()