|
||||||||||
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. |
int |
getSize()
Returns the value of the 'Size' attribute. |
Type |
getType()
Returns the value of the 'Type' containment reference. |
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 |
setSize(int value)
Sets the value of the ' Size ' attribute. |
void |
setType(Type value)
Sets the value of the ' Type ' containment reference. |
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()
Type getType()
If the meaning of the 'Type' containment reference isn't clear, there really should be more of a description here...
setType(Type)
,
RoomPackage.getAttribute_Type()
void setType(Type value)
Type
' containment reference.
value
- the new value of the 'Type' containment reference.getType()
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 |