public interface AnyProperty
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TacticdslPackage.getAnyProperty()| Modifier and Type | Method and Description |
|---|---|
CollectionType |
getCollectionType()
Returns the value of the 'Collection Type' attribute.
|
java.lang.String |
getDoc()
Returns the value of the 'Doc' attribute.
|
java.lang.String |
getHint()
Returns the value of the 'Hint' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute.
|
java.lang.String |
getNotEmptyMessage()
Returns the value of the 'Not Empty Message' attribute.
|
java.lang.String |
getNullableMessage()
Returns the value of the 'Nullable Message' attribute.
|
java.lang.String |
getSize()
Returns the value of the 'Size' attribute.
|
java.lang.String |
getValidate()
Returns the value of the 'Validate' attribute.
|
Visibility |
getVisibility()
Returns the value of the 'Visibility' attribute.
|
boolean |
isKey()
Returns the value of the 'Key' attribute.
|
boolean |
isNotChangeable()
Returns the value of the 'Not Changeable' attribute.
|
boolean |
isNotEmpty()
Returns the value of the 'Not Empty' attribute.
|
boolean |
isNullable()
Returns the value of the 'Nullable' attribute.
|
boolean |
isRequired()
Returns the value of the 'Required' attribute.
|
boolean |
isTransient()
Returns the value of the 'Transient' attribute.
|
void |
setCollectionType(CollectionType value)
Sets the value of the '
Collection Type' attribute. |
void |
setDoc(java.lang.String value)
Sets the value of the '
Doc' attribute. |
void |
setHint(java.lang.String value)
Sets the value of the '
Hint' attribute. |
void |
setKey(boolean value)
Sets the value of the '
Key' attribute. |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute. |
void |
setNotChangeable(boolean value)
Sets the value of the '
Not Changeable' attribute. |
void |
setNotEmpty(boolean value)
Sets the value of the '
Not Empty' attribute. |
void |
setNotEmptyMessage(java.lang.String value)
Sets the value of the '
Not Empty Message' attribute. |
void |
setNullable(boolean value)
Sets the value of the '
Nullable' attribute. |
void |
setNullableMessage(java.lang.String value)
Sets the value of the '
Nullable Message' attribute. |
void |
setRequired(boolean value)
Sets the value of the '
Required' attribute. |
void |
setSize(java.lang.String value)
Sets the value of the '
Size' attribute. |
void |
setTransient(boolean value)
Sets the value of the '
Transient' attribute. |
void |
setValidate(java.lang.String value)
Sets the value of the '
Validate' attribute. |
void |
setVisibility(Visibility value)
Sets the value of the '
Visibility' attribute. |
java.lang.String getDoc()
If the meaning of the 'Doc' attribute isn't clear, there really should be more of a description here...
setDoc(String),
TacticdslPackage.getAnyProperty_Doc()void setDoc(java.lang.String value)
Doc' attribute.
value - the new value of the 'Doc' attribute.getDoc()Visibility getVisibility()
Visibility.
If the meaning of the 'Visibility' attribute isn't clear, there really should be more of a description here...
Visibility,
setVisibility(Visibility),
TacticdslPackage.getAnyProperty_Visibility()void setVisibility(Visibility value)
Visibility' attribute.
value - the new value of the 'Visibility' attribute.Visibility,
getVisibility()CollectionType getCollectionType()
CollectionType.
If the meaning of the 'Collection Type' attribute isn't clear, there really should be more of a description here...
CollectionType,
setCollectionType(CollectionType),
TacticdslPackage.getAnyProperty_CollectionType()void setCollectionType(CollectionType value)
Collection Type' attribute.
value - the new value of the 'Collection Type' attribute.CollectionType,
getCollectionType()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
TacticdslPackage.getAnyProperty_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()boolean isKey()
If the meaning of the 'Key' attribute isn't clear, there really should be more of a description here...
setKey(boolean),
TacticdslPackage.getAnyProperty_Key()void setKey(boolean value)
Key' attribute.
value - the new value of the 'Key' attribute.isKey()boolean isNotChangeable()
If the meaning of the 'Not Changeable' attribute isn't clear, there really should be more of a description here...
setNotChangeable(boolean),
TacticdslPackage.getAnyProperty_NotChangeable()void setNotChangeable(boolean value)
Not Changeable' attribute.
value - the new value of the 'Not Changeable' attribute.isNotChangeable()boolean isRequired()
If the meaning of the 'Required' attribute isn't clear, there really should be more of a description here...
setRequired(boolean),
TacticdslPackage.getAnyProperty_Required()void setRequired(boolean value)
Required' attribute.
value - the new value of the 'Required' attribute.isRequired()boolean isNullable()
If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...
setNullable(boolean),
TacticdslPackage.getAnyProperty_Nullable()void setNullable(boolean value)
Nullable' attribute.
value - the new value of the 'Nullable' attribute.isNullable()java.lang.String getNullableMessage()
If the meaning of the 'Nullable Message' attribute isn't clear, there really should be more of a description here...
setNullableMessage(String),
TacticdslPackage.getAnyProperty_NullableMessage()void setNullableMessage(java.lang.String value)
Nullable Message' attribute.
value - the new value of the 'Nullable Message' attribute.getNullableMessage()java.lang.String getHint()
If the meaning of the 'Hint' attribute isn't clear, there really should be more of a description here...
setHint(String),
TacticdslPackage.getAnyProperty_Hint()void setHint(java.lang.String value)
Hint' attribute.
value - the new value of the 'Hint' attribute.getHint()boolean isNotEmpty()
If the meaning of the 'Not Empty' attribute isn't clear, there really should be more of a description here...
setNotEmpty(boolean),
TacticdslPackage.getAnyProperty_NotEmpty()void setNotEmpty(boolean value)
Not Empty' attribute.
value - the new value of the 'Not Empty' attribute.isNotEmpty()java.lang.String getNotEmptyMessage()
If the meaning of the 'Not Empty Message' attribute isn't clear, there really should be more of a description here...
setNotEmptyMessage(String),
TacticdslPackage.getAnyProperty_NotEmptyMessage()void setNotEmptyMessage(java.lang.String value)
Not Empty Message' attribute.
value - the new value of the 'Not Empty Message' attribute.getNotEmptyMessage()java.lang.String getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(String),
TacticdslPackage.getAnyProperty_Size()void setSize(java.lang.String value)
Size' attribute.
value - the new value of the 'Size' attribute.getSize()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.getAnyProperty_Validate()void setValidate(java.lang.String value)
Validate' attribute.
value - the new value of the 'Validate' attribute.getValidate()boolean isTransient()
If the meaning of the 'Transient' attribute isn't clear, there really should be more of a description here...
setTransient(boolean),
TacticdslPackage.getAnyProperty_Transient()void setTransient(boolean value)
Transient' attribute.
value - the new value of the 'Transient' attribute.isTransient()