|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Attribute
A representation of the model object 'Attribute'.
The following features are supported:
RoomPackage.getAttribute()
Method Summary | |
---|---|
java.lang.String |
getDefaultValueLiteral()
Returns the value of the 'Default Value Literal' attribute. |
Documentation |
getDocu()
Returns the value of the 'Docu' containment reference. |
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
RefableType |
getRefType()
Returns the value of the 'Ref Type' containment reference. |
int |
getSize()
Returns the value of the 'Size' attribute. |
void |
setDefaultValueLiteral(java.lang.String value)
Sets the value of the ' Default Value Literal ' attribute. |
void |
setDocu(Documentation value)
Sets the value of the ' Docu ' containment reference. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setRefType(RefableType value)
Sets the value of the ' Ref Type ' containment reference. |
void |
setSize(int value)
Sets the value of the ' Size ' attribute. |
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)
,
RoomPackage.getAttribute_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
int getSize()
If the meaning of the 'Size' attribute isn't clear, there really should be more of a description here...
setSize(int)
,
RoomPackage.getAttribute_Size()
void setSize(int value)
Size
' attribute.
value
- the new value of the 'Size' attribute.getSize()
RefableType getRefType()
If the meaning of the 'Ref Type' containment reference isn't clear, there really should be more of a description here...
setRefType(RefableType)
,
RoomPackage.getAttribute_RefType()
void setRefType(RefableType value)
Ref Type
' containment reference.
value
- the new value of the 'Ref Type' containment reference.getRefType()
java.lang.String getDefaultValueLiteral()
If the meaning of the 'Default Value Literal' attribute isn't clear, there really should be more of a description here...
setDefaultValueLiteral(String)
,
RoomPackage.getAttribute_DefaultValueLiteral()
void setDefaultValueLiteral(java.lang.String value)
Default Value Literal
' attribute.
value
- the new value of the 'Default Value Literal' attribute.getDefaultValueLiteral()
Documentation getDocu()
If the meaning of the 'Docu' containment reference isn't clear, there really should be more of a description here...
setDocu(Documentation)
,
RoomPackage.getAttribute_Docu()
void setDocu(Documentation value)
Docu
' containment reference.
value
- the new value of the 'Docu' containment reference.getDocu()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |