|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<ExportImportDataUnits>
org.eclipse.emf.emfstore.internal.client.importexport.impl.ExportImportDataUnits
public enum ExportImportDataUnits
Represents all units that are considered valid to be exported/imported.
| Enum Constant Summary | |
|---|---|
Change
A local change. |
|
History
A project history. |
|
Project
A Project. |
|
ProjectSpace
A ProjectSpace. |
|
Workspace
A Workspace. |
|
| Method Summary | |
|---|---|
static ExportImportDataUnits |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ExportImportDataUnits[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.emf.emfstore.internal.client.importexport.ExportImportDataUnit |
|---|
getExtension, getName |
| Enum Constant Detail |
|---|
public static final ExportImportDataUnits Change
ProjectSpace.getLocalChangePackage()public static final ExportImportDataUnits Project
Project.
public static final ExportImportDataUnits ProjectSpace
ProjectSpace.
public static final ExportImportDataUnits Workspace
Workspace.
public static final ExportImportDataUnits History
| Method Detail |
|---|
public static ExportImportDataUnits[] values()
for (ExportImportDataUnits c : ExportImportDataUnits.values()) System.out.println(c);
public static ExportImportDataUnits valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||