|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Type
A representation of the model object 'Type'.
The following features are supported:
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.util.List |
getBaseType()
Returns the value of the 'Base Type' reference list. |
java.lang.String |
getInstanceClassName()
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute. |
java.util.List |
getProperty()
Returns the value of the 'Property' containment reference list. |
java.lang.String |
getUri()
Returns the value of the 'Uri' attribute. |
boolean |
isAbstract()
Returns the value of the 'Abstract' attribute. |
boolean |
isDataType()
Returns the value of the 'Data Type' attribute. |
boolean |
isOpen()
Returns the value of the 'Open' attribute. |
boolean |
isSequenced()
Returns the value of the 'Sequenced' attribute. |
boolean |
isSetAbstract()
Returns whether the value of the ' Abstract ' attribute is set. |
boolean |
isSetDataType()
Returns whether the value of the ' Data Type ' attribute is set. |
boolean |
isSetOpen()
Returns whether the value of the ' Open ' attribute is set. |
boolean |
isSetSequenced()
Returns whether the value of the ' Sequenced ' attribute is set. |
void |
setAbstract(boolean value)
Sets the value of the ' Abstract ' attribute. |
void |
setDataType(boolean value)
Sets the value of the ' Data Type ' attribute. |
void |
setName(java.lang.String value)
Sets the value of the ' Name ' attribute. |
void |
setOpen(boolean value)
Sets the value of the ' Open ' attribute. |
void |
setSequenced(boolean value)
Sets the value of the ' Sequenced ' attribute. |
void |
setUri(java.lang.String value)
Sets the value of the ' Uri ' attribute. |
void |
unsetAbstract()
Unsets the value of the ' Abstract ' attribute. |
void |
unsetDataType()
Unsets the value of the ' Data Type ' attribute. |
void |
unsetOpen()
Unsets the value of the ' Open ' attribute. |
void |
unsetSequenced()
Unsets the value of the ' Sequenced ' attribute. |
Method Detail |
---|
java.util.List getBaseType()
Type
.
If the meaning of the 'Base Type' reference list isn't clear, there really should be more of a description here...
java.util.List getProperty()
Property
.
If the meaning of the 'Property' containment reference list isn't clear, there really should be more of a description here...
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 isAbstract()
If the meaning of the 'Abstract' attribute isn't clear, there really should be more of a description here...
isSetAbstract()
,
unsetAbstract()
,
setAbstract(boolean)
void setAbstract(boolean value)
Abstract
' attribute.
value
- the new value of the 'Abstract' attribute.isSetAbstract()
,
unsetAbstract()
,
isAbstract()
void unsetAbstract()
Abstract
' attribute.
isSetAbstract()
,
isAbstract()
,
setAbstract(boolean)
boolean isSetAbstract()
Abstract
' attribute is set.
unsetAbstract()
,
isAbstract()
,
setAbstract(boolean)
boolean isDataType()
If the meaning of the 'Data Type' attribute isn't clear, there really should be more of a description here...
isSetDataType()
,
unsetDataType()
,
setDataType(boolean)
void setDataType(boolean value)
Data Type
' attribute.
value
- the new value of the 'Data Type' attribute.isSetDataType()
,
unsetDataType()
,
isDataType()
void unsetDataType()
Data Type
' attribute.
isSetDataType()
,
isDataType()
,
setDataType(boolean)
boolean isSetDataType()
Data Type
' attribute is set.
unsetDataType()
,
isDataType()
,
setDataType(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()
boolean isOpen()
If the meaning of the 'Open' attribute isn't clear, there really should be more of a description here...
isSetOpen()
,
unsetOpen()
,
setOpen(boolean)
void setOpen(boolean value)
Open
' attribute.
value
- the new value of the 'Open' attribute.isSetOpen()
,
unsetOpen()
,
isOpen()
void unsetOpen()
Open
' attribute.
isSetOpen()
,
isOpen()
,
setOpen(boolean)
boolean isSetOpen()
Open
' attribute is set.
unsetOpen()
,
isOpen()
,
setOpen(boolean)
boolean isSequenced()
If the meaning of the 'Sequenced' attribute isn't clear, there really should be more of a description here...
isSetSequenced()
,
unsetSequenced()
,
setSequenced(boolean)
void setSequenced(boolean value)
Sequenced
' attribute.
value
- the new value of the 'Sequenced' attribute.isSetSequenced()
,
unsetSequenced()
,
isSequenced()
void unsetSequenced()
Sequenced
' attribute.
isSetSequenced()
,
isSequenced()
,
setSequenced(boolean)
boolean isSetSequenced()
Sequenced
' attribute is set.
unsetSequenced()
,
isSequenced()
,
setSequenced(boolean)
java.lang.String getUri()
If the meaning of the 'Uri' attribute isn't clear, there really should be more of a description here...
setUri(String)
void setUri(java.lang.String value)
Uri
' attribute.
value
- the new value of the 'Uri' attribute.getUri()
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...
java.lang.String getInstanceClassName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |