|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property
A representation of the model object 'Property'.
The following features are supported:
Alias Name
Any
Name
Many
Containment
Default
Read Only
Type
Opposite
Nullable
Any Attribute
Method Summary | |
---|---|
List |
getAliasName()
Returns the value of the 'Alias Name' attribute list. |
Sequence |
getAny()
Returns the value of the 'Any' attribute list. |
Sequence |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
String |
getDefault_()
Returns the value of the 'Default' attribute. |
String |
getName()
Returns the value of the 'Name' attribute. |
Property |
getOpposite_()
Returns the value of the 'Opposite' reference. |
Type |
getType_()
Returns the value of the 'Type' reference. |
boolean |
isContainment()
Returns the value of the 'Containment' attribute. |
boolean |
isMany()
Returns the value of the 'Many' attribute. |
boolean |
isNullable()
Returns the value of the 'Nullable' attribute. |
boolean |
isReadOnly()
Returns the value of the 'Read Only' attribute. |
boolean |
isSetContainment()
Returns whether the value of the ' Containment ' attribute is set. |
boolean |
isSetDefault()
Returns whether the value of the ' Default ' attribute is set. |
boolean |
isSetMany()
Returns whether the value of the ' Many ' attribute is set. |
boolean |
isSetName()
Returns whether the value of the ' Name ' attribute is set. |
boolean |
isSetNullable()
Returns whether the value of the ' Nullable ' attribute is set. |
boolean |
isSetOpposite()
Returns whether the value of the ' Opposite ' reference is set. |
boolean |
isSetReadOnly()
Returns whether the value of the ' Read Only ' attribute is set. |
boolean |
isSetType()
Returns whether the value of the ' Type ' reference is set. |
void |
setContainment(boolean value)
Sets the value of the ' Containment ' attribute. |
void |
setDefault_(String value)
Sets the value of the ' Default ' attribute. |
void |
setMany(boolean value)
Sets the value of the ' Many ' attribute. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
void |
setNullable(boolean value)
Sets the value of the ' Nullable ' attribute. |
void |
setOpposite_(Property value)
Sets the value of the ' Opposite ' reference. |
void |
setReadOnly(boolean value)
Sets the value of the ' Read Only ' attribute. |
void |
setType(Type value)
Sets the value of the ' Type ' reference. |
void |
unsetContainment()
Unsets the value of the ' Containment ' attribute. |
void |
unsetDefault()
Unsets the value of the ' Default ' attribute. |
void |
unsetMany()
Unsets the value of the ' Many ' attribute. |
void |
unsetName()
Unsets the value of the ' Name ' attribute. |
void |
unsetNullable()
Unsets the value of the ' Nullable ' attribute. |
void |
unsetOpposite()
Unsets the value of the ' Opposite ' reference. |
void |
unsetReadOnly()
Unsets the value of the ' Read Only ' attribute. |
void |
unsetType()
Unsets the value of the ' Type ' reference. |
Method Detail |
---|
List getAliasName()
String
.
If the meaning of the 'Alias Name' attribute list isn't clear, there really should be more of a description here...
Sequence getAny()
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
isSetName()
,
unsetName()
,
setName(String)
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.isSetName()
,
unsetName()
,
getName()
void unsetName()
Name
' attribute.
isSetName()
,
getName()
,
setName(String)
boolean isSetName()
Name
' attribute is set.
unsetName()
,
getName()
,
setName(String)
boolean isMany()
If the meaning of the 'Many' attribute isn't clear, there really should be more of a description here...
isSetMany()
,
unsetMany()
,
setMany(boolean)
void setMany(boolean value)
Many
' attribute.
value
- the new value of the 'Many' attribute.isSetMany()
,
unsetMany()
,
isMany()
void unsetMany()
Many
' attribute.
isSetMany()
,
isMany()
,
setMany(boolean)
boolean isSetMany()
Many
' attribute is set.
unsetMany()
,
isMany()
,
setMany(boolean)
boolean isContainment()
If the meaning of the 'Containment' attribute isn't clear, there really should be more of a description here...
isSetContainment()
,
unsetContainment()
,
setContainment(boolean)
void setContainment(boolean value)
Containment
' attribute.
value
- the new value of the 'Containment' attribute.isSetContainment()
,
unsetContainment()
,
isContainment()
void unsetContainment()
Containment
' attribute.
isSetContainment()
,
isContainment()
,
setContainment(boolean)
boolean isSetContainment()
Containment
' attribute is set.
unsetContainment()
,
isContainment()
,
setContainment(boolean)
String getDefault_()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
isSetDefault()
,
unsetDefault()
,
setDefault_(String)
void setDefault_(String value)
Default
' attribute.
value
- the new value of the 'Default' attribute.isSetDefault()
,
unsetDefault()
,
getDefault_()
void unsetDefault()
Default
' attribute.
isSetDefault()
,
getDefault_()
,
setDefault_(String)
boolean isSetDefault()
Default
' attribute is set.
unsetDefault()
,
getDefault_()
,
setDefault_(String)
boolean isReadOnly()
If the meaning of the 'Read Only' attribute isn't clear, there really should be more of a description here...
isSetReadOnly()
,
unsetReadOnly()
,
setReadOnly(boolean)
void setReadOnly(boolean value)
Read Only
' attribute.
value
- the new value of the 'Read Only' attribute.isSetReadOnly()
,
unsetReadOnly()
,
isReadOnly()
void unsetReadOnly()
Read Only
' attribute.
isSetReadOnly()
,
isReadOnly()
,
setReadOnly(boolean)
boolean isSetReadOnly()
Read Only
' attribute is set.
unsetReadOnly()
,
isReadOnly()
,
setReadOnly(boolean)
Type getType_()
If the meaning of the 'Type' reference isn't clear, there really should be more of a description here...
isSetType()
,
unsetType()
,
setType(Type)
void setType(Type value)
Type
' reference.
value
- the new value of the 'Type' reference.isSetType()
,
unsetType()
,
getType_()
void unsetType()
Type
' reference.
isSetType()
,
getType_()
,
setType(Type)
boolean isSetType()
Type
' reference is set.
unsetType()
,
getType_()
,
setType(Type)
Property getOpposite_()
If the meaning of the 'Opposite' reference isn't clear, there really should be more of a description here...
isSetOpposite()
,
unsetOpposite()
,
setOpposite_(Property)
void setOpposite_(Property value)
Opposite
' reference.
value
- the new value of the 'Opposite' reference.isSetOpposite()
,
unsetOpposite()
,
getOpposite_()
void unsetOpposite()
Opposite
' reference.
isSetOpposite()
,
getOpposite_()
,
setOpposite_(Property)
boolean isSetOpposite()
Opposite
' reference is set.
unsetOpposite()
,
getOpposite_()
,
setOpposite_(Property)
boolean isNullable()
If the meaning of the 'Nullable' attribute isn't clear, there really should be more of a description here...
isSetNullable()
,
unsetNullable()
,
setNullable(boolean)
void setNullable(boolean value)
Nullable
' attribute.
value
- the new value of the 'Nullable' attribute.isSetNullable()
,
unsetNullable()
,
isNullable()
void unsetNullable()
Nullable
' attribute.
isSetNullable()
,
isNullable()
,
setNullable(boolean)
boolean isSetNullable()
Nullable
' attribute is set.
unsetNullable()
,
isNullable()
,
setNullable(boolean)
Sequence getAnyAttribute()
If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |