|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.EModelElementImpl
org.eclipse.emf.ecore.impl.EFactoryImpl
org.eclipse.ocl.examples.library.oclstdlib.OCLstdlibFactory
public class OCLstdlibFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.
OCLstdlibPackage
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 | |
---|---|
static OCLstdlibFactory |
eINSTANCE
The singleton instance of the factory. |
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.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder |
---|
NIL |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
OCLstdlibFactory()
Creates an instance of the factory. |
Method Summary | |
---|---|
java.lang.String |
convertBagToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertBooleanToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertCollectionToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertIntegerToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertOclAnyToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertOrderedSetToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertRealToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertSequenceToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertSetToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertStringToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertUniqueCollectionToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
java.lang.String |
convertUnlimitedNaturalToString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.Object instanceValue)
|
org.eclipse.emf.ecore.EObject |
create(org.eclipse.emf.ecore.EClass eClass)
|
Bag<?> |
createBagFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.lang.Boolean |
createBooleanFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.util.Collection<?> |
createCollectionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.lang.Object |
createFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
IntegerValue |
createIntegerFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.lang.Object |
createOclAnyFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
OclInvalid |
createOclInvalid()
|
OclVoid |
createOclVoid()
|
OrderedSet<?> |
createOrderedSetFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
RealValue |
createRealFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.util.List<?> |
createSequenceFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.util.Set<?> |
createSetFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.lang.String |
createStringFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
java.util.Set<?> |
createUniqueCollectionFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
IntegerValue |
createUnlimitedNaturalFromString(org.eclipse.emf.ecore.EDataType eDataType,
java.lang.String initialValue)
|
OCLstdlibPackage |
getOCLstdlibPackage()
|
static OCLstdlibPackage |
getPackage()
Deprecated. |
static OCLstdlibFactory |
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.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 |
Field Detail |
---|
public static final OCLstdlibFactory eINSTANCE
Constructor Detail |
---|
public OCLstdlibFactory()
Method Detail |
---|
public static OCLstdlibFactory init()
public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
create
in interface org.eclipse.emf.ecore.EFactory
create
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
createFromString
in interface org.eclipse.emf.ecore.EFactory
createFromString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
convertToString
in interface org.eclipse.emf.ecore.EFactory
convertToString
in class org.eclipse.emf.ecore.impl.EFactoryImpl
public OclInvalid createOclInvalid()
public OclVoid createOclVoid()
public java.lang.Boolean createBooleanFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertBooleanToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public IntegerValue createIntegerFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertIntegerToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public RealValue createRealFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertRealToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public java.lang.String createStringFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertStringToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public IntegerValue createUnlimitedNaturalFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertUnlimitedNaturalToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public Bag<?> createBagFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertBagToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public java.util.Collection<?> createCollectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertCollectionToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public OrderedSet<?> createOrderedSetFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertOrderedSetToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public java.util.List<?> createSequenceFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertSequenceToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public java.util.Set<?> createSetFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertSetToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public java.util.Set<?> createUniqueCollectionFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertUniqueCollectionToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public java.lang.Object createOclAnyFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
public java.lang.String convertOclAnyToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
public OCLstdlibPackage getOCLstdlibPackage()
@Deprecated public static OCLstdlibPackage getPackage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |