|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<CDOPackageType>
org.eclipse.emf.cdo.util.CDOPackageType
public enum CDOPackageType
Enum Constant Summary | |
---|---|
CONVERTED
The type of EPackages that have been normally generated for EMF and later converted to CDO. |
|
LEGACY
The type of EPackages that have been normally generated for EMF. |
|
NATIVE
The type of EPackages that have been dedicatedly generated for CDO. |
Method Summary | |
---|---|
static CDOPackageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CDOPackageType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CDOPackageType NATIVE
EPackages
that have been dedicatedly generated for CDO. Instances of EClasses
of these packages are represented by CDOObjectImpl
to the CDOStateMachine
.
public static final CDOPackageType LEGACY
EPackages
that have been normally generated for EMF. Instances of EClasses
of
these packages are represented by CDOAdapterImpl
to the CDOStateMachine
.
public static final CDOPackageType CONVERTED
EPackages
that have been normally generated for EMF and later converted to CDO. Instances
of EClasses
of these packages are represented by CDOCallbackImpl
to the CDOStateMachine
.
Method Detail |
---|
public static final CDOPackageType[] values()
for(CDOPackageType c : CDOPackageType.values()) System.out.println(c);
public static CDOPackageType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
Copyright (c) 2004 - 2008 Eike Stepper, Germany. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |