|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Array Data Type'. 4.1 Data types A data type is a set of representable values. Every representable value belongs to at least one data type and some belong to several data types. [...] A constructed type is specified using one of SQL's data type constructors, ARRAY , MULTISET , REF , and ROW . A constructed type is either an array type, a multiset type, a reference type, or a row type, according to whether it is specified with ARRAY , MULTISET , REF , or ROW , respectively. Array types and multiset types are known generically as collection types.
The following features are supported:
SQLDataTypesPackage.getArrayDataType()
Method Summary | |
int |
getMaxCardinality()
Returns the value of the 'Max Cardinality' attribute. |
void |
setMaxCardinality(int value)
Sets the value of the ' Max Cardinality ' attribute. |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.datatypes.CollectionDataType |
getElement |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.datatypes.DataType |
setContainer |
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject |
addEAnnotation, addEAnnotationDetail, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Method Detail |
public int getMaxCardinality()
If the meaning of the 'Max Cardinality' attribute isn't clear, there really should be more of a description here...
setMaxCardinality(int)
,
SQLDataTypesPackage.getArrayDataType_MaxCardinality()
public void setMaxCardinality(int value)
Max Cardinality
' attribute.
value
- the new value of the 'Max Cardinality' attribute.getMaxCardinality()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |