org.eclipse.ocl.cst.impl
Class CSTFactoryImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.EFactoryImpl
                          extended by org.eclipse.ocl.cst.impl.CSTFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.DataConverter.Factory, CSTFactory

public class CSTFactoryImpl
extends org.eclipse.emf.ecore.impl.EFactoryImpl
implements CSTFactory

An implementation of the model Factory.

Generated

Nested Class Summary
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
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<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, 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
 
Fields inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
EDATE_FORMATS, ePackage
 
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
 
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.ocl.cst.CSTFactory
eINSTANCE
 
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
CSTFactoryImpl()
          Creates an instance of the factory.
 
Method Summary
 java.lang.String convertCollectionTypeIdentifierEnumToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertDotOrArrowEnumToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertITokenToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertMessageExpKindToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertPrePostOrBodyEnumToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertSimpleTypeEnumToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
           
 org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
           
 BooleanLiteralExpCS createBooleanLiteralExpCS()
           
 CallExpCS createCallExpCS()
           
 ClassifierContextDeclCS createClassifierContextDeclCS()
           
 CollectionLiteralExpCS createCollectionLiteralExpCS()
           
 CollectionLiteralPartCS createCollectionLiteralPartCS()
           
 CollectionRangeCS createCollectionRangeCS()
           
 CollectionTypeCS createCollectionTypeCS()
           
 CollectionTypeIdentifierEnum createCollectionTypeIdentifierEnumFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 DefCS createDefCS()
           
 DefExpressionCS createDefExpressionCS()
           
 DerValueCS createDerValueCS()
           
 DotOrArrowEnum createDotOrArrowEnumFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 FeatureCallExpCS createFeatureCallExpCS()
           
 java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 IfExpCS createIfExpCS()
           
 InitValueCS createInitValueCS()
           
 IntegerLiteralExpCS createIntegerLiteralExpCS()
           
 InvalidLiteralExpCS createInvalidLiteralExpCS()
           
 InvCS createInvCS()
           
 IsMarkedPreCS createIsMarkedPreCS()
           
 IterateExpCS createIterateExpCS()
           
 IteratorExpCS createIteratorExpCS()
           
 lpg.runtime.IToken createITokenFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 LetExpCS createLetExpCS()
           
 LoopExpCS createLoopExpCS()
           
 MessageExpCS createMessageExpCS()
           
 MessageExpKind createMessageExpKindFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 NullLiteralExpCS createNullLiteralExpCS()
           
 OCLDocumentCS createOCLDocumentCS()
           
 OCLMessageArgCS createOCLMessageArgCS()
           
 OperationCallExpCS createOperationCallExpCS()
           
 OperationContextDeclCS createOperationContextDeclCS()
           
 OperationCS createOperationCS()
           
 PackageDeclarationCS createPackageDeclarationCS()
           
 PathNameCS createPathNameCS()
           
 PrePostOrBodyDeclCS createPrePostOrBodyDeclCS()
           
 PrePostOrBodyEnum createPrePostOrBodyEnumFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 PrimitiveLiteralExpCS createPrimitiveLiteralExpCS()
           
 PrimitiveTypeCS createPrimitiveTypeCS()
           
 PropertyContextCS createPropertyContextCS()
           
 RealLiteralExpCS createRealLiteralExpCS()
           
 SimpleNameCS createSimpleNameCS()
           
 SimpleTypeEnum createSimpleTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 StringLiteralExpCS createStringLiteralExpCS()
           
 TupleLiteralExpCS createTupleLiteralExpCS()
           
 TupleTypeCS createTupleTypeCS()
           
 UnlimitedNaturalLiteralExpCS createUnlimitedNaturalLiteralExpCS()
           
 VariableCS createVariableCS()
           
 VariableExpCS createVariableExpCS()
           
 CSTPackage getCSTPackage()
           
static CSTPackage getPackage()
          Deprecated.  
static CSTFactory init()
          Creates the default factory implementation.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicCreate, basicSetEPackage, collapseWhiteSpace, convertToString, create, createFromString, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eSet, eStaticClass, eUnset, getEPackage, replaceWhiteSpace, setEPackage, split
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eSetDirectResource, eURIFragmentSegment, freeze, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetProxyURI, eSettings
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Constructor Detail

CSTFactoryImpl

public CSTFactoryImpl()
Creates an instance of the factory.

Generated
Method Detail

init

public static CSTFactory init()
Creates the default factory implementation.

Generated

create

public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)

Specified by:
create in interface org.eclipse.emf.ecore.EFactory
Overrides:
create in class org.eclipse.emf.ecore.impl.EFactoryImpl
Generated

createFromString

public java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                         java.lang.String initialValue)

Specified by:
createFromString in interface org.eclipse.emf.ecore.EFactory
Overrides:
createFromString in class org.eclipse.emf.ecore.impl.EFactoryImpl
Generated

convertToString

public java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType,
                                        java.lang.Object instanceValue)

Specified by:
convertToString in interface org.eclipse.emf.ecore.EFactory
Overrides:
convertToString in class org.eclipse.emf.ecore.impl.EFactoryImpl
Generated

createPackageDeclarationCS

public PackageDeclarationCS createPackageDeclarationCS()

Specified by:
createPackageDeclarationCS in interface CSTFactory
Returns:
a new object of class 'Package Declaration CS'.
Generated

createPropertyContextCS

public PropertyContextCS createPropertyContextCS()

Specified by:
createPropertyContextCS in interface CSTFactory
Returns:
a new object of class 'Property Context CS'.
Generated

createClassifierContextDeclCS

public ClassifierContextDeclCS createClassifierContextDeclCS()

Specified by:
createClassifierContextDeclCS in interface CSTFactory
Returns:
a new object of class 'Classifier Context Decl CS'.
Generated

createOperationContextDeclCS

public OperationContextDeclCS createOperationContextDeclCS()

Specified by:
createOperationContextDeclCS in interface CSTFactory
Returns:
a new object of class 'Operation Context Decl CS'.
Generated

createPrePostOrBodyDeclCS

public PrePostOrBodyDeclCS createPrePostOrBodyDeclCS()

Specified by:
createPrePostOrBodyDeclCS in interface CSTFactory
Returns:
a new object of class 'Pre Post Or Body Decl CS'.
Generated

createOperationCS

public OperationCS createOperationCS()

Specified by:
createOperationCS in interface CSTFactory
Returns:
a new object of class 'Operation CS'.
Generated

createDerValueCS

public DerValueCS createDerValueCS()

Specified by:
createDerValueCS in interface CSTFactory
Returns:
a new object of class 'Der Value CS'.
Generated

createInitValueCS

public InitValueCS createInitValueCS()

Specified by:
createInitValueCS in interface CSTFactory
Returns:
a new object of class 'Init Value CS'.
Generated

createInvCS

public InvCS createInvCS()

Specified by:
createInvCS in interface CSTFactory
Returns:
a new object of class 'Inv CS'.
Generated

createDefCS

public DefCS createDefCS()

Specified by:
createDefCS in interface CSTFactory
Returns:
a new object of class 'Def CS'.
Generated

createDefExpressionCS

public DefExpressionCS createDefExpressionCS()

Specified by:
createDefExpressionCS in interface CSTFactory
Returns:
a new object of class 'Def Expression CS'.
Generated

createPathNameCS

public PathNameCS createPathNameCS()

Specified by:
createPathNameCS in interface CSTFactory
Returns:
a new object of class 'Path Name CS'.
Generated

createVariableExpCS

public VariableExpCS createVariableExpCS()

Specified by:
createVariableExpCS in interface CSTFactory
Returns:
a new object of class 'Variable Exp CS'.
Generated

createSimpleNameCS

public SimpleNameCS createSimpleNameCS()

Specified by:
createSimpleNameCS in interface CSTFactory
Returns:
a new object of class 'Simple Name CS'.
Generated

createPrimitiveTypeCS

public PrimitiveTypeCS createPrimitiveTypeCS()

Specified by:
createPrimitiveTypeCS in interface CSTFactory
Returns:
a new object of class 'Primitive Type CS'.
Generated

createTupleTypeCS

public TupleTypeCS createTupleTypeCS()

Specified by:
createTupleTypeCS in interface CSTFactory
Returns:
a new object of class 'Tuple Type CS'.
Generated

createCollectionTypeCS

public CollectionTypeCS createCollectionTypeCS()

Specified by:
createCollectionTypeCS in interface CSTFactory
Returns:
a new object of class 'Collection Type CS'.
Generated

createLetExpCS

public LetExpCS createLetExpCS()

Specified by:
createLetExpCS in interface CSTFactory
Returns:
a new object of class 'Let Exp CS'.
Generated

createIfExpCS

public IfExpCS createIfExpCS()

Specified by:
createIfExpCS in interface CSTFactory
Returns:
a new object of class 'If Exp CS'.
Generated

createMessageExpCS

public MessageExpCS createMessageExpCS()

Specified by:
createMessageExpCS in interface CSTFactory
Returns:
a new object of class 'Message Exp CS'.
Generated

createOCLMessageArgCS

public OCLMessageArgCS createOCLMessageArgCS()

Specified by:
createOCLMessageArgCS in interface CSTFactory
Returns:
a new object of class 'OCL Message Arg CS'.
Generated

createVariableCS

public VariableCS createVariableCS()

Specified by:
createVariableCS in interface CSTFactory
Returns:
a new object of class 'Variable CS'.
Generated

createCollectionLiteralExpCS

public CollectionLiteralExpCS createCollectionLiteralExpCS()

Specified by:
createCollectionLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Collection Literal Exp CS'.
Generated

createTupleLiteralExpCS

public TupleLiteralExpCS createTupleLiteralExpCS()

Specified by:
createTupleLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Tuple Literal Exp CS'.
Generated

createPrimitiveLiteralExpCS

public PrimitiveLiteralExpCS createPrimitiveLiteralExpCS()

Specified by:
createPrimitiveLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Primitive Literal Exp CS'.
Generated

createIntegerLiteralExpCS

public IntegerLiteralExpCS createIntegerLiteralExpCS()

Specified by:
createIntegerLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Integer Literal Exp CS'.
Generated

createUnlimitedNaturalLiteralExpCS

public UnlimitedNaturalLiteralExpCS createUnlimitedNaturalLiteralExpCS()

Specified by:
createUnlimitedNaturalLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Unlimited Natural Literal Exp CS'.
Generated

createRealLiteralExpCS

public RealLiteralExpCS createRealLiteralExpCS()

Specified by:
createRealLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Real Literal Exp CS'.
Generated

createStringLiteralExpCS

public StringLiteralExpCS createStringLiteralExpCS()

Specified by:
createStringLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'String Literal Exp CS'.
Generated

createBooleanLiteralExpCS

public BooleanLiteralExpCS createBooleanLiteralExpCS()

Specified by:
createBooleanLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Boolean Literal Exp CS'.
Generated

createCollectionLiteralPartCS

public CollectionLiteralPartCS createCollectionLiteralPartCS()

Specified by:
createCollectionLiteralPartCS in interface CSTFactory
Returns:
a new object of class 'Collection Literal Part CS'.
Generated

createCollectionRangeCS

public CollectionRangeCS createCollectionRangeCS()

Specified by:
createCollectionRangeCS in interface CSTFactory
Returns:
a new object of class 'Collection Range CS'.
Generated

createCallExpCS

public CallExpCS createCallExpCS()

Specified by:
createCallExpCS in interface CSTFactory
Returns:
a new object of class 'Call Exp CS'.
Generated

createLoopExpCS

public LoopExpCS createLoopExpCS()

Specified by:
createLoopExpCS in interface CSTFactory
Returns:
a new object of class 'Loop Exp CS'.
Generated

createIteratorExpCS

public IteratorExpCS createIteratorExpCS()

Specified by:
createIteratorExpCS in interface CSTFactory
Returns:
a new object of class 'Iterator Exp CS'.
Generated

createIterateExpCS

public IterateExpCS createIterateExpCS()

Specified by:
createIterateExpCS in interface CSTFactory
Returns:
a new object of class 'Iterate Exp CS'.
Generated

createFeatureCallExpCS

public FeatureCallExpCS createFeatureCallExpCS()

Specified by:
createFeatureCallExpCS in interface CSTFactory
Returns:
a new object of class 'Feature Call Exp CS'.
Generated

createOperationCallExpCS

public OperationCallExpCS createOperationCallExpCS()

Specified by:
createOperationCallExpCS in interface CSTFactory
Returns:
a new object of class 'Operation Call Exp CS'.
Generated

createIsMarkedPreCS

public IsMarkedPreCS createIsMarkedPreCS()

Specified by:
createIsMarkedPreCS in interface CSTFactory
Returns:
a new object of class 'Is Marked Pre CS'.
Generated

createOCLDocumentCS

public OCLDocumentCS createOCLDocumentCS()

Specified by:
createOCLDocumentCS in interface CSTFactory
Returns:
a new object of class 'OCL Document CS'.
Since:
1.3
Generated

createNullLiteralExpCS

public NullLiteralExpCS createNullLiteralExpCS()

Specified by:
createNullLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Null Literal Exp CS'.
Generated

createInvalidLiteralExpCS

public InvalidLiteralExpCS createInvalidLiteralExpCS()

Specified by:
createInvalidLiteralExpCS in interface CSTFactory
Returns:
a new object of class 'Invalid Literal Exp CS'.
Generated

createPrePostOrBodyEnumFromString

public PrePostOrBodyEnum createPrePostOrBodyEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                                           java.lang.String initialValue)

Generated

convertPrePostOrBodyEnumToString

public java.lang.String convertPrePostOrBodyEnumToString(org.eclipse.emf.ecore.EDataType eDataType,
                                                         java.lang.Object instanceValue)

Generated

createSimpleTypeEnumFromString

public SimpleTypeEnum createSimpleTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                                     java.lang.String initialValue)

Generated

convertSimpleTypeEnumToString

public java.lang.String convertSimpleTypeEnumToString(org.eclipse.emf.ecore.EDataType eDataType,
                                                      java.lang.Object instanceValue)

Generated

createCollectionTypeIdentifierEnumFromString

public CollectionTypeIdentifierEnum createCollectionTypeIdentifierEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                                                                 java.lang.String initialValue)

Generated

convertCollectionTypeIdentifierEnumToString

public java.lang.String convertCollectionTypeIdentifierEnumToString(org.eclipse.emf.ecore.EDataType eDataType,
                                                                    java.lang.Object instanceValue)

Generated

createDotOrArrowEnumFromString

public DotOrArrowEnum createDotOrArrowEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                                     java.lang.String initialValue)

Generated

convertDotOrArrowEnumToString

public java.lang.String convertDotOrArrowEnumToString(org.eclipse.emf.ecore.EDataType eDataType,
                                                      java.lang.Object instanceValue)

Generated

createITokenFromString

public lpg.runtime.IToken createITokenFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                                 java.lang.String initialValue)

Since:
1.3
Generated

convertITokenToString

public java.lang.String convertITokenToString(org.eclipse.emf.ecore.EDataType eDataType,
                                              java.lang.Object instanceValue)

Since:
1.3
Generated

createMessageExpKindFromString

public MessageExpKind createMessageExpKindFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                                     java.lang.String initialValue)

Generated

convertMessageExpKindToString

public java.lang.String convertMessageExpKindToString(org.eclipse.emf.ecore.EDataType eDataType,
                                                      java.lang.Object instanceValue)

Generated

getCSTPackage

public CSTPackage getCSTPackage()

Specified by:
getCSTPackage in interface CSTFactory
Returns:
the package supported by this factory.
Generated

getPackage

@Deprecated
public static CSTPackage getPackage()
Deprecated. 

Generated