|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyDeclaration
A representation of the model object 'Declaration'.
The following features are supported:
PropertyPackage.getPropertyDeclaration()| Method Summary | |
|---|---|
Property |
getDefaultValue()
Returns the value of the 'Default Value' reference. |
PropertyKind |
getKind()
Returns the value of the 'Kind' attribute. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
PropertyType |
getType()
Returns the value of the 'Type' reference. |
void |
setDefaultValue(Property value)
Sets the value of the ' Default Value' reference. |
void |
setKind(PropertyKind value)
Sets the value of the ' Kind' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name' attribute. |
| Methods inherited from interface edu.ksu.cis.cadena.core.specification.base.CalmObject |
|---|
addBackReference, getBackReferences, getDeleted, getTrashCan, getUuid, removeBackReference |
| Method Detail |
|---|
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),
PropertyPackage.getPropertyDeclaration_Name()void setName(java.lang.String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()PropertyKind getKind()
PropertyKind.
If the meaning of the 'Kind' attribute isn't clear, there really should be more of a description here...
PropertyKind,
setKind(PropertyKind),
PropertyPackage.getPropertyDeclaration_Kind()void setKind(PropertyKind value)
Kind' attribute.
value - the new value of the 'Kind' attribute.PropertyKind,
getKind()PropertyType getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
PropertyPackage.getPropertyDeclaration_Type()Property getDefaultValue()
If the meaning of the 'Default Value' containment reference isn't clear, there really should be more of a description here...
setDefaultValue(Property),
PropertyPackage.getPropertyDeclaration_DefaultValue()void setDefaultValue(Property value)
Default Value' reference.
value - the new value of the 'Default Value' reference.getDefaultValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||