org.apache.tuscany.sdo.model.impl
Class TypeImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.apache.tuscany.sdo.impl.DataObjectImpl
              extended by org.apache.tuscany.sdo.impl.ExtensibleDataObjectImpl
                  extended by org.apache.tuscany.sdo.impl.DataObjectBase
                      extended by org.apache.tuscany.sdo.model.impl.TypeImpl
All Implemented Interfaces:
DataObject, Serializable, Type, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject

public class TypeImpl
extends DataObjectBase
implements Type

An implementation of the model object 'Type'.

The following features are implemented:

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.tuscany.sdo.impl.DataObjectBase
DataObjectBase.ChangeContext, DataObjectBase.ChangeKind, DataObjectBase.ListKind
 
Nested classes/interfaces inherited from class org.apache.tuscany.sdo.impl.ExtensibleDataObjectImpl
ExtensibleDataObjectImpl.FactoryImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static int ABSTRACT
           
protected  boolean abstract_
          The cached value of the 'Abstract' attribute.
protected static boolean ABSTRACT_DEFAULT_
          The default value of the 'Abstract' attribute.
protected  boolean abstract_set_
          This is true if the Abstract attribute has been set.
static int ALIAS_NAME
           
protected  List aliasName
          The cached value of the 'Alias Name' attribute list.
protected  Sequence any
          The cached value of the 'Any' attribute list.
static int ANY
           
static int ANY_ATTRIBUTE
           
protected  Sequence anyAttribute
          The cached value of the 'Any Attribute' attribute list.
static int BASE_TYPE
           
protected  List baseType
          The cached value of the 'Base Type' reference list.
static int DATA_TYPE
           
protected static boolean DATA_TYPE_DEFAULT_
          The default value of the 'Data Type' attribute.
protected  boolean dataType
          The cached value of the 'Data Type' attribute.
protected  boolean dataType_set_
          This is true if the Data Type attribute has been set.
static int EXTENDED_PROPERTY_COUNT
           
static int INTERNAL_ABSTRACT
          The internal feature id for the 'Abstract' attribute.
static int INTERNAL_ALIAS_NAME
          The internal feature id for the 'Alias Name' attribute list.
static int INTERNAL_ANY
          The internal feature id for the 'Any' attribute list.
static int INTERNAL_ANY_ATTRIBUTE
          The internal feature id for the 'Any Attribute' attribute list.
static int INTERNAL_BASE_TYPE
          The internal feature id for the 'Base Type' reference list.
static int INTERNAL_DATA_TYPE
          The internal feature id for the 'Data Type' attribute.
static int INTERNAL_NAME
          The internal feature id for the 'Name' attribute.
static int INTERNAL_OPEN
          The internal feature id for the 'Open' attribute.
static int INTERNAL_PROPERTY
          The internal feature id for the 'Property' containment reference list.
static int INTERNAL_PROPERTY_COUNT
          The number of properties for this type.
static int INTERNAL_SEQUENCED
          The internal feature id for the 'Sequenced' attribute.
static int INTERNAL_URI
          The internal feature id for the 'Uri' attribute.
protected  String name
          The cached value of the 'Name' attribute.
static int NAME
           
protected static String NAME_DEFAULT_
          The default value of the 'Name' attribute.
protected  boolean name_set_
          This is true if the Name attribute has been set.
protected  boolean open
          The cached value of the 'Open' attribute.
static int OPEN
           
protected static boolean OPEN_DEFAULT_
          The default value of the 'Open' attribute.
protected  boolean open_set_
          This is true if the Open attribute has been set.
protected  List property
          The cached value of the 'Property' containment reference list.
static int PROPERTY
           
static int SDO_PROPERTY_COUNT
           
protected  boolean sequenced
          The cached value of the 'Sequenced' attribute.
static int SEQUENCED
           
protected static boolean SEQUENCED_DEFAULT_
          The default value of the 'Sequenced' attribute.
protected  boolean sequenced_set_
          This is true if the Sequenced attribute has been set.
protected  String uri
          The cached value of the 'Uri' attribute.
static int URI
           
protected static String URI_DEFAULT_
          The default value of the 'Uri' attribute.
protected  boolean uri_set_
          This is true if the Uri attribute has been set.
 
Fields inherited from class org.apache.tuscany.sdo.impl.DataObjectBase
OPPOSITE_FEATURE_BASE
 
Fields inherited from class org.apache.tuscany.sdo.impl.ExtensibleDataObjectImpl
eClass, ENO_SETTINGS, eSettings
 
Fields inherited from class org.apache.tuscany.sdo.impl.DataObjectImpl
changeRecorder, eAdapters, eContainer, eContainerFeatureID, location, sequence
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
TypeImpl()
           
 
Method Summary
 Object get(int propertyIndex, boolean resolve)
           
 List getAliasName()
           
 Sequence getAny()
           
 Sequence getAnyAttribute()
           
 List getBaseType()
           
 String getInstanceClassName()
           
 String getName()
           
 List getProperty()
           
 Type getStaticType()
           
 String getUri()
           
protected  int internalConvertIndex(int internalIndex)
           
 DataObjectBase.ChangeContext inverseRemove(Object otherEnd, int propertyIndex, DataObjectBase.ChangeContext changeContext)
           
 boolean isAbstract()
           
 boolean isDataType()
           
 boolean isOpen()
           
 boolean isSequenced()
           
 boolean isSet(int propertyIndex)
           
 boolean isSetAbstract()
           
 boolean isSetDataType()
           
 boolean isSetName()
           
 boolean isSetOpen()
           
 boolean isSetSequenced()
           
 boolean isSetUri()
           
 void set(int propertyIndex, Object newValue)
           
 void setAbstract(boolean newAbstract)
           
 void setDataType(boolean newDataType)
           
 void setName(String newName)
           
 void setOpen(boolean newOpen)
           
 void setSequenced(boolean newSequenced)
           
 void setUri(String newUri)
           
 String toString()
           
 void unset(int propertyIndex)
           
 void unsetAbstract()
           
 void unsetDataType()
           
 void unsetName()
           
 void unsetOpen()
           
 void unsetSequenced()
           
 void unsetUri()
           
 
Methods inherited from class org.apache.tuscany.sdo.impl.DataObjectBase
addNotification, addNotification, basicAdd, createChangeSummary, createPropertyList, createPropertyList, createSequence, createSequence, dispatch, eGet, eInverseRemove, eIsSet, eSet, eStaticClass, eStaticFeatureCount, eUnset, get, getList, getStaticPropertyCount, inverseAdd, inverseAdd, inverseRemove, isNotifying, isProxy, isProxy, isSequenceEmpty, isSet, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, notify, removeFromList, removeFromSequence, resolveProxy, set, setSequence, unset, unsetSequence
 
Methods inherited from class org.apache.tuscany.sdo.impl.ExtensibleDataObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eClass, eDerivedStructuralFeatureID, eDynamicClass, eDynamicGet, eDynamicIsSet, eDynamicSet, eDynamicUnset, eHasSettings, eSetClass, eSettings, get, isDynamic
 
Methods inherited from class org.apache.tuscany.sdo.impl.DataObjectImpl
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, eAdapters, eBasicAdapters, eBasicSetContainer, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eInternalContainer, eIsProxy, eNotificationRequired, eNotify, eProxyURI, eSetDirectResource, eSetProxyURI, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChangeRecorder, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, writeReplace
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicProperties, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eInvoke, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProperties, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticOperationCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eBasicAdapterArray, eBasicHasAdapters, eSetDeliver
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, detach, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChangeSummary, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInstanceProperties, getInstanceProperty, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getProperty, getRootObject, getSequence, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eSetDeliver
 

Field Detail

BASE_TYPE

public static final int BASE_TYPE
See Also:
Constant Field Values

PROPERTY

public static final int PROPERTY
See Also:
Constant Field Values

ALIAS_NAME

public static final int ALIAS_NAME
See Also:
Constant Field Values

ANY

public static final int ANY
See Also:
Constant Field Values

NAME

public static final int NAME
See Also:
Constant Field Values

URI

public static final int URI
See Also:
Constant Field Values

DATA_TYPE

public static final int DATA_TYPE
See Also:
Constant Field Values

OPEN

public static final int OPEN
See Also:
Constant Field Values

SEQUENCED

public static final int SEQUENCED
See Also:
Constant Field Values

ABSTRACT

public static final int ABSTRACT
See Also:
Constant Field Values

ANY_ATTRIBUTE

public static final int ANY_ATTRIBUTE
See Also:
Constant Field Values

SDO_PROPERTY_COUNT

public static final int SDO_PROPERTY_COUNT
See Also:
Constant Field Values

EXTENDED_PROPERTY_COUNT

public static final int EXTENDED_PROPERTY_COUNT
See Also:
Constant Field Values

INTERNAL_BASE_TYPE

public static final int INTERNAL_BASE_TYPE
The internal feature id for the 'Base Type' reference list.

See Also:
Constant Field Values

INTERNAL_PROPERTY

public static final int INTERNAL_PROPERTY
The internal feature id for the 'Property' containment reference list.

See Also:
Constant Field Values

INTERNAL_ALIAS_NAME

public static final int INTERNAL_ALIAS_NAME
The internal feature id for the 'Alias Name' attribute list.

See Also:
Constant Field Values

INTERNAL_ANY

public static final int INTERNAL_ANY
The internal feature id for the 'Any' attribute list.

See Also:
Constant Field Values

INTERNAL_NAME

public static final int INTERNAL_NAME
The internal feature id for the 'Name' attribute.

See Also:
Constant Field Values

INTERNAL_URI

public static final int INTERNAL_URI
The internal feature id for the 'Uri' attribute.

See Also:
Constant Field Values

INTERNAL_DATA_TYPE

public static final int INTERNAL_DATA_TYPE
The internal feature id for the 'Data Type' attribute.

See Also:
Constant Field Values

INTERNAL_OPEN

public static final int INTERNAL_OPEN
The internal feature id for the 'Open' attribute.

See Also:
Constant Field Values

INTERNAL_SEQUENCED

public static final int INTERNAL_SEQUENCED
The internal feature id for the 'Sequenced' attribute.

See Also:
Constant Field Values

INTERNAL_ABSTRACT

public static final int INTERNAL_ABSTRACT
The internal feature id for the 'Abstract' attribute.

See Also:
Constant Field Values

INTERNAL_ANY_ATTRIBUTE

public static final int INTERNAL_ANY_ATTRIBUTE
The internal feature id for the 'Any Attribute' attribute list.

See Also:
Constant Field Values

INTERNAL_PROPERTY_COUNT

public static final int INTERNAL_PROPERTY_COUNT
The number of properties for this type.

See Also:
Constant Field Values

baseType

protected List baseType
The cached value of the 'Base Type' reference list.

See Also:
getBaseType()

property

protected List property
The cached value of the 'Property' containment reference list.

See Also:
getProperty()

aliasName

protected List aliasName
The cached value of the 'Alias Name' attribute list.

See Also:
getAliasName()

any

protected Sequence any
The cached value of the 'Any' attribute list.

See Also:
getAny()

NAME_DEFAULT_

protected static final String NAME_DEFAULT_
The default value of the 'Name' attribute.

See Also:
getName()

name

protected String name
The cached value of the 'Name' attribute.

See Also:
getName()

name_set_

protected boolean name_set_
This is true if the Name attribute has been set.


URI_DEFAULT_

protected static final String URI_DEFAULT_
The default value of the 'Uri' attribute.

See Also:
getUri()

uri

protected String uri
The cached value of the 'Uri' attribute.

See Also:
getUri()

uri_set_

protected boolean uri_set_
This is true if the Uri attribute has been set.


DATA_TYPE_DEFAULT_

protected static final boolean DATA_TYPE_DEFAULT_
The default value of the 'Data Type' attribute.

See Also:
isDataType(), Constant Field Values

dataType

protected boolean dataType
The cached value of the 'Data Type' attribute.

See Also:
isDataType()

dataType_set_

protected boolean dataType_set_
This is true if the Data Type attribute has been set.


OPEN_DEFAULT_

protected static final boolean OPEN_DEFAULT_
The default value of the 'Open' attribute.

See Also:
isOpen(), Constant Field Values

open

protected boolean open
The cached value of the 'Open' attribute.

See Also:
isOpen()

open_set_

protected boolean open_set_
This is true if the Open attribute has been set.


SEQUENCED_DEFAULT_

protected static final boolean SEQUENCED_DEFAULT_
The default value of the 'Sequenced' attribute.

See Also:
isSequenced(), Constant Field Values

sequenced

protected boolean sequenced
The cached value of the 'Sequenced' attribute.

See Also:
isSequenced()

sequenced_set_

protected boolean sequenced_set_
This is true if the Sequenced attribute has been set.


ABSTRACT_DEFAULT_

protected static final boolean ABSTRACT_DEFAULT_
The default value of the 'Abstract' attribute.

See Also:
isAbstract(), Constant Field Values

abstract_

protected boolean abstract_
The cached value of the 'Abstract' attribute.

See Also:
isAbstract()

abstract_set_

protected boolean abstract_set_
This is true if the Abstract attribute has been set.


anyAttribute

protected Sequence anyAttribute
The cached value of the 'Any Attribute' attribute list.

See Also:
getAnyAttribute()
Constructor Detail

TypeImpl

public TypeImpl()

Method Detail

internalConvertIndex

protected int internalConvertIndex(int internalIndex)
Overrides:
internalConvertIndex in class DataObjectBase

getStaticType

public Type getStaticType()

Overrides:
getStaticType in class DataObjectBase

getBaseType

public List getBaseType()

Specified by:
getBaseType in interface Type
Returns:
the value of the 'Base Type' reference list.

getProperty

public List getProperty()

Specified by:
getProperty in interface Type
Returns:
the value of the 'Property' containment reference list.

getAliasName

public List getAliasName()

Specified by:
getAliasName in interface Type
Returns:
the value of the 'Alias Name' attribute list.

getAny

public Sequence getAny()

Specified by:
getAny in interface Type
Returns:
the value of the 'Any' attribute list.

getName

public String getName()

Specified by:
getName in interface Type
Returns:
the value of the 'Name' attribute.
See Also:
Type.isSetName(), Type.unsetName(), Type.setName(String)

setName

public void setName(String newName)

Specified by:
setName in interface Type
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
Type.isSetName(), Type.unsetName(), Type.getName()

unsetName

public void unsetName()

Specified by:
unsetName in interface Type
See Also:
Type.isSetName(), Type.getName(), Type.setName(String)

isSetName

public boolean isSetName()

Specified by:
isSetName in interface Type
Returns:
whether the value of the 'Name' attribute is set.
See Also:
Type.unsetName(), Type.getName(), Type.setName(String)

getUri

public String getUri()

Specified by:
getUri in interface Type
Returns:
the value of the 'Uri' attribute.
See Also:
Type.isSetUri(), Type.unsetUri(), Type.setUri(String)

setUri

public void setUri(String newUri)

Specified by:
setUri in interface Type
Parameters:
newUri - the new value of the 'Uri' attribute.
See Also:
Type.isSetUri(), Type.unsetUri(), Type.getUri()

unsetUri

public void unsetUri()

Specified by:
unsetUri in interface Type
See Also:
Type.isSetUri(), Type.getUri(), Type.setUri(String)

isSetUri

public boolean isSetUri()

Specified by:
isSetUri in interface Type
Returns:
whether the value of the 'Uri' attribute is set.
See Also:
Type.unsetUri(), Type.getUri(), Type.setUri(String)

isDataType

public boolean isDataType()

Specified by:
isDataType in interface Type
Returns:
the value of the 'Data Type' attribute.
See Also:
Type.isSetDataType(), Type.unsetDataType(), Type.setDataType(boolean)

setDataType

public void setDataType(boolean newDataType)

Specified by:
setDataType in interface Type
Parameters:
newDataType - the new value of the 'Data Type' attribute.
See Also:
Type.isSetDataType(), Type.unsetDataType(), Type.isDataType()

unsetDataType

public void unsetDataType()

Specified by:
unsetDataType in interface Type
See Also:
Type.isSetDataType(), Type.isDataType(), Type.setDataType(boolean)

isSetDataType

public boolean isSetDataType()

Specified by:
isSetDataType in interface Type
Returns:
whether the value of the 'Data Type' attribute is set.
See Also:
Type.unsetDataType(), Type.isDataType(), Type.setDataType(boolean)

isOpen

public boolean isOpen()

Specified by:
isOpen in interface Type
Returns:
the value of the 'Open' attribute.
See Also:
Type.isSetOpen(), Type.unsetOpen(), Type.setOpen(boolean)

setOpen

public void setOpen(boolean newOpen)

Specified by:
setOpen in interface Type
Parameters:
newOpen - the new value of the 'Open' attribute.
See Also:
Type.isSetOpen(), Type.unsetOpen(), Type.isOpen()

unsetOpen

public void unsetOpen()

Specified by:
unsetOpen in interface Type
See Also:
Type.isSetOpen(), Type.isOpen(), Type.setOpen(boolean)

isSetOpen

public boolean isSetOpen()

Specified by:
isSetOpen in interface Type
Returns:
whether the value of the 'Open' attribute is set.
See Also:
Type.unsetOpen(), Type.isOpen(), Type.setOpen(boolean)

isSequenced

public boolean isSequenced()

Specified by:
isSequenced in interface Type
Returns:
the value of the 'Sequenced' attribute.
See Also:
Type.isSetSequenced(), Type.unsetSequenced(), Type.setSequenced(boolean)

setSequenced

public void setSequenced(boolean newSequenced)

Specified by:
setSequenced in interface Type
Parameters:
newSequenced - the new value of the 'Sequenced' attribute.
See Also:
Type.isSetSequenced(), Type.unsetSequenced(), Type.isSequenced()

unsetSequenced

public void unsetSequenced()

Specified by:
unsetSequenced in interface Type
See Also:
Type.isSetSequenced(), Type.isSequenced(), Type.setSequenced(boolean)

isSetSequenced

public boolean isSetSequenced()

Specified by:
isSetSequenced in interface Type
Returns:
whether the value of the 'Sequenced' attribute is set.
See Also:
Type.unsetSequenced(), Type.isSequenced(), Type.setSequenced(boolean)

isAbstract

public boolean isAbstract()

Specified by:
isAbstract in interface Type
Returns:
the value of the 'Abstract' attribute.
See Also:
Type.isSetAbstract(), Type.unsetAbstract(), Type.setAbstract(boolean)

setAbstract

public void setAbstract(boolean newAbstract)

Specified by:
setAbstract in interface Type
Parameters:
newAbstract - the new value of the 'Abstract' attribute.
See Also:
Type.isSetAbstract(), Type.unsetAbstract(), Type.isAbstract()

unsetAbstract

public void unsetAbstract()

Specified by:
unsetAbstract in interface Type
See Also:
Type.isSetAbstract(), Type.isAbstract(), Type.setAbstract(boolean)

isSetAbstract

public boolean isSetAbstract()

Specified by:
isSetAbstract in interface Type
Returns:
whether the value of the 'Abstract' attribute is set.
See Also:
Type.unsetAbstract(), Type.isAbstract(), Type.setAbstract(boolean)

getAnyAttribute

public Sequence getAnyAttribute()

Specified by:
getAnyAttribute in interface Type
Returns:
the value of the 'Any Attribute' attribute list.

inverseRemove

public DataObjectBase.ChangeContext inverseRemove(Object otherEnd,
                                                  int propertyIndex,
                                                  DataObjectBase.ChangeContext changeContext)

Overrides:
inverseRemove in class DataObjectBase

get

public Object get(int propertyIndex,
                  boolean resolve)

Overrides:
get in class ExtensibleDataObjectImpl

set

public void set(int propertyIndex,
                Object newValue)

Specified by:
set in interface DataObject
Overrides:
set in class ExtensibleDataObjectImpl
Parameters:
propertyIndex - the index of the property.
newValue - the new value for the property.
See Also:
DataObject.set(Property, Object)

unset

public void unset(int propertyIndex)

Specified by:
unset in interface DataObject
Overrides:
unset in class ExtensibleDataObjectImpl
Parameters:
propertyIndex - the index of the property.
See Also:
DataObject.unset(Property)

isSet

public boolean isSet(int propertyIndex)

Specified by:
isSet in interface DataObject
Overrides:
isSet in class ExtensibleDataObjectImpl
Parameters:
propertyIndex - the index of the property.
Returns:
whether the specified property is set.
See Also:
DataObject.isSet(Property)

toString

public String toString()

Overrides:
toString in class DataObjectBase

getInstanceClassName

public String getInstanceClassName()
Specified by:
getInstanceClassName in interface Type


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.