|
||||||||||
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
Containment
Default
Many
Name
Opposite
Read Only
Type
Any Attribute
Method Summary | |
---|---|
java.util.List |
getAliasName()
Returns the value of the 'Alias Name' attribute list. |
commonj.sdo.Sequence |
getAny()
Returns the value of the 'Any' attribute list. |
commonj.sdo.Sequence |
getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. |
java.lang.String |
getDefault_()
Returns the value of the 'Default' attribute. |
java.lang.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 |
isReadOnly()
Returns the value of the 'Read Only' attribute. |
boolean |
isSetContainment()
Returns whether the value of the ' Containment ' attribute is set. |
boolean |
isSetMany()
Returns whether the value of the ' Many ' attribute is set. |
boolean |
isSetReadOnly()
Returns whether the value of the ' Read Only ' attribute is set. |
void |
setContainment(boolean value)
Sets the value of the ' Containment ' attribute. |
void |
setDefault_(java.lang.String value)
Sets the value of the ' Default ' attribute. |
void |
setMany(boolean value)
Sets the value of the ' Many ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' 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 |
unsetMany()
Unsets the value of the ' Many ' attribute. |
void |
unsetReadOnly()
Unsets the value of the ' Read Only ' attribute. |
Method Detail |
---|
java.util.List getAliasName()
String
.
If the meaning of the 'Alias Name' attribute list isn't clear, there really should be more of a description here...
commonj.sdo.Sequence getAny()
If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...
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)
java.lang.String getDefault_()
If the meaning of the 'Default' attribute isn't clear, there really should be more of a description here...
#setDefault(String)
void setDefault_(java.lang.String value)
Default
' attribute.
value
- the new value of the 'Default' attribute.#getDefault()
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)
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)
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
Property getOpposite_()
If the meaning of the 'Opposite' reference isn't clear, there really should be more of a description here...
#setOpposite(Property)
void setOpposite_(Property value)
Opposite
' reference.
value
- the new value of the 'Opposite' reference.#getOpposite()
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...
setType(Type)
void setType(Type value)
Type
' reference.
value
- the new value of the 'Type' reference.#getType()
commonj.sdo.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 |