org.eclipse.ocl.types.impl
Class TypesPackageImpl

java.lang.Object
  extended by EPackageImpl
      extended by org.eclipse.ocl.types.impl.TypesPackageImpl
All Implemented Interfaces:
TypesPackage

public class TypesPackageImpl
extends EPackageImpl
implements TypesPackage

An implementation of the model Package.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.ocl.types.TypesPackage
TypesPackage.Literals
 
Field Summary
 
Fields inherited from interface org.eclipse.ocl.types.TypesPackage
ANY_TYPE, ANY_TYPE_FEATURE_COUNT, BAG_TYPE, BAG_TYPE__ELEMENT_TYPE, BAG_TYPE__END_POSITION, BAG_TYPE__KIND, BAG_TYPE__START_POSITION, BAG_TYPE__TYPE_END_POSITION, BAG_TYPE__TYPE_START_POSITION, BAG_TYPE_FEATURE_COUNT, COLLECTION_TYPE, COLLECTION_TYPE__ELEMENT_TYPE, COLLECTION_TYPE__END_POSITION, COLLECTION_TYPE__KIND, COLLECTION_TYPE__START_POSITION, COLLECTION_TYPE__TYPE_END_POSITION, COLLECTION_TYPE__TYPE_START_POSITION, COLLECTION_TYPE_FEATURE_COUNT, eCONTENT_TYPE, eINSTANCE, ELEMENT_TYPE, ELEMENT_TYPE_FEATURE_COUNT, eNAME, eNS_PREFIX, eNS_URI, INVALID_TYPE, INVALID_TYPE_FEATURE_COUNT, MESSAGE_TYPE, MESSAGE_TYPE__REFERRED_OPERATION, MESSAGE_TYPE__REFERRED_SIGNAL, MESSAGE_TYPE_FEATURE_COUNT, ORDERED_SET_TYPE, ORDERED_SET_TYPE__ELEMENT_TYPE, ORDERED_SET_TYPE__END_POSITION, ORDERED_SET_TYPE__KIND, ORDERED_SET_TYPE__START_POSITION, ORDERED_SET_TYPE__TYPE_END_POSITION, ORDERED_SET_TYPE__TYPE_START_POSITION, ORDERED_SET_TYPE_FEATURE_COUNT, PRIMITIVE_TYPE, PRIMITIVE_TYPE_FEATURE_COUNT, SEQUENCE_TYPE, SEQUENCE_TYPE__ELEMENT_TYPE, SEQUENCE_TYPE__END_POSITION, SEQUENCE_TYPE__KIND, SEQUENCE_TYPE__START_POSITION, SEQUENCE_TYPE__TYPE_END_POSITION, SEQUENCE_TYPE__TYPE_START_POSITION, SEQUENCE_TYPE_FEATURE_COUNT, SET_TYPE, SET_TYPE__ELEMENT_TYPE, SET_TYPE__END_POSITION, SET_TYPE__KIND, SET_TYPE__START_POSITION, SET_TYPE__TYPE_END_POSITION, SET_TYPE__TYPE_START_POSITION, SET_TYPE_FEATURE_COUNT, TEMPLATE_PARAMETER_TYPE, TEMPLATE_PARAMETER_TYPE__SPECIFICATION, TEMPLATE_PARAMETER_TYPE_FEATURE_COUNT, TUPLE_TYPE, TUPLE_TYPE_FEATURE_COUNT, TYPE_TYPE, TYPE_TYPE__REFERRED_TYPE, TYPE_TYPE_FEATURE_COUNT, VOID_TYPE, VOID_TYPE_FEATURE_COUNT
 
Method Summary
protected  void createDuplicatesAnnotations()
          Initializes the annotations for duplicates
 void createPackageContents()
          Creates the meta-model objects for the package.
 EClass getAnyType()
           
 EClass getBagType()
           
 EReference getCollectionType_ElementType()
           
 EAttribute getCollectionType_Kind()
           
 EClass getCollectionType()
           
 EClass getElementType()
           
 EClass getInvalidType()
           
 EReference getMessageType_ReferredOperation()
           
 EReference getMessageType_ReferredSignal()
           
 EClass getMessageType()
           
 EClass getOrderedSetType()
           
 EClass getPrimitiveType()
           
 EClass getSequenceType()
           
 EClass getSetType()
           
 EAttribute getTemplateParameterType_Specification()
           
 EClass getTemplateParameterType()
           
 EClass getTupleType()
           
 TypesFactory getTypesFactory()
           
 EReference getTypeType_ReferredType()
           
 EClass getTypeType()
           
 EClass getVoidType()
           
static TypesPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 void initializePackageContentsGen()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

init

public static TypesPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize TypesPackage.eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
TypesPackage.eNS_URI, createPackageContents(), initializePackageContents()

getAnyType

public EClass getAnyType()

Specified by:
getAnyType in interface TypesPackage
Returns:
the meta object for class 'Any Type'.
See Also:
AnyType

getBagType

public EClass getBagType()

Specified by:
getBagType in interface TypesPackage
Returns:
the meta object for class 'Bag Type'.
See Also:
BagType

getCollectionType

public EClass getCollectionType()

Specified by:
getCollectionType in interface TypesPackage
Returns:
the meta object for class 'Collection Type'.
See Also:
CollectionType

getCollectionType_ElementType

public EReference getCollectionType_ElementType()

Specified by:
getCollectionType_ElementType in interface TypesPackage
Returns:
the meta object for the reference 'Element Type'.
See Also:
CollectionType.getElementType(), TypesPackage.getCollectionType()

getCollectionType_Kind

public EAttribute getCollectionType_Kind()

Specified by:
getCollectionType_Kind in interface TypesPackage
Returns:
the meta object for the attribute 'Kind'.
See Also:
CollectionType.getKind(), TypesPackage.getCollectionType()

getElementType

public EClass getElementType()

Specified by:
getElementType in interface TypesPackage
Returns:
the meta object for class 'Element Type'.
See Also:
ElementType

getInvalidType

public EClass getInvalidType()

Specified by:
getInvalidType in interface TypesPackage
Returns:
the meta object for class 'Invalid Type'.
See Also:
InvalidType

getMessageType

public EClass getMessageType()

Specified by:
getMessageType in interface TypesPackage
Returns:
the meta object for class 'Message Type'.
See Also:
MessageType

getMessageType_ReferredOperation

public EReference getMessageType_ReferredOperation()

Specified by:
getMessageType_ReferredOperation in interface TypesPackage
Returns:
the meta object for the reference 'Referred Operation'.
See Also:
MessageType.getReferredOperation(), TypesPackage.getMessageType()

getMessageType_ReferredSignal

public EReference getMessageType_ReferredSignal()

Specified by:
getMessageType_ReferredSignal in interface TypesPackage
Returns:
the meta object for the reference 'Referred Signal'.
See Also:
MessageType.getReferredSignal(), TypesPackage.getMessageType()

getOrderedSetType

public EClass getOrderedSetType()

Specified by:
getOrderedSetType in interface TypesPackage
Returns:
the meta object for class 'Ordered Set Type'.
See Also:
OrderedSetType

getPrimitiveType

public EClass getPrimitiveType()

Specified by:
getPrimitiveType in interface TypesPackage
Returns:
the meta object for class 'Primitive Type'.
See Also:
PrimitiveType

getSequenceType

public EClass getSequenceType()

Specified by:
getSequenceType in interface TypesPackage
Returns:
the meta object for class 'Sequence Type'.
See Also:
SequenceType

getSetType

public EClass getSetType()

Specified by:
getSetType in interface TypesPackage
Returns:
the meta object for class 'Set Type'.
See Also:
SetType

getTupleType

public EClass getTupleType()

Specified by:
getTupleType in interface TypesPackage
Returns:
the meta object for class 'Tuple Type'.
See Also:
TupleType

getTypeType

public EClass getTypeType()

Specified by:
getTypeType in interface TypesPackage
Returns:
the meta object for class 'Type Type'.
See Also:
TypeType

getTypeType_ReferredType

public EReference getTypeType_ReferredType()

Specified by:
getTypeType_ReferredType in interface TypesPackage
Returns:
the meta object for the reference 'Referred Type'.
See Also:
TypeType.getReferredType(), TypesPackage.getTypeType()

getVoidType

public EClass getVoidType()

Specified by:
getVoidType in interface TypesPackage
Returns:
the meta object for class 'Void Type'.
See Also:
VoidType

getTemplateParameterType

public EClass getTemplateParameterType()

Specified by:
getTemplateParameterType in interface TypesPackage
Returns:
the meta object for class 'Template Parameter Type'.
Since:
3.0
See Also:
TemplateParameterType

getTemplateParameterType_Specification

public EAttribute getTemplateParameterType_Specification()

Specified by:
getTemplateParameterType_Specification in interface TypesPackage
Returns:
the meta object for the attribute 'Specification'.
Since:
3.0
See Also:
TemplateParameterType.getSpecification(), TypesPackage.getTemplateParameterType()

getTypesFactory

public TypesFactory getTypesFactory()

Specified by:
getTypesFactory in interface TypesPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.

The generated implementation is extended by adding me as a child of the empty root OCL package.


initializePackageContentsGen

public void initializePackageContentsGen()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


createDuplicatesAnnotations

protected void createDuplicatesAnnotations()
Initializes the annotations for duplicates.


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.