org.eclipse.datatools.modelbase.sql.datatypes.impl
Class ArrayDataTypeImpl
java.lang.Object
ENamedElementImpl
org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.DataTypeImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.SQLDataTypeImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.ConstructedDataTypeImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.CollectionDataTypeImpl
org.eclipse.datatools.modelbase.sql.datatypes.impl.ArrayDataTypeImpl
- All Implemented Interfaces:
- ArrayDataType, CollectionDataType, ConstructedDataType, DataType, SQLDataType, SQLObject
public abstract class ArrayDataTypeImpl
- extends CollectionDataTypeImpl
- implements ArrayDataType
An implementation of the model object 'Array Data Type'.
The following features are implemented:
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl |
addEAnnotation, addEAnnotationDetail, eInverseAdd, eInverseRemove, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel |
getMaxCardinality
public int getMaxCardinality()
-
- Specified by:
getMaxCardinality
in interface ArrayDataType
- Returns:
- the value of the 'Max Cardinality' attribute.
- See Also:
ArrayDataType.setMaxCardinality(int)
,
SQLDataTypesPackage.getArrayDataType_MaxCardinality()
setMaxCardinality
public void setMaxCardinality(int newMaxCardinality)
-
- Specified by:
setMaxCardinality
in interface ArrayDataType
- Parameters:
newMaxCardinality
- the new value of the 'Max Cardinality' attribute.- See Also:
ArrayDataType.getMaxCardinality()
eGet
public java.lang.Object eGet(int featureID,
boolean resolve,
boolean coreType)
-
- Overrides:
eGet
in class CollectionDataTypeImpl
eSet
public void eSet(int featureID,
java.lang.Object newValue)
-
- Overrides:
eSet
in class CollectionDataTypeImpl
eUnset
public void eUnset(int featureID)
-
- Overrides:
eUnset
in class CollectionDataTypeImpl
eIsSet
public boolean eIsSet(int featureID)
-
- Overrides:
eIsSet
in class CollectionDataTypeImpl
toString
public java.lang.String toString()
-
- Overrides:
toString
in class SQLObjectImpl
Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.