public enum ExportImportDataUnits extends Enum<ExportImportDataUnits> implements ExportImportDataUnit
| Enum Constant and Description |
|---|
Change
A local change.
|
History
A project history.
|
Project
A
Project. |
ProjectSpace
A
ProjectSpace. |
Workspace
A
Workspace. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetExtension, getNamepublic 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
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 nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.