|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IExportToolAdapter.Status> org.electrocodeogram.cpc.exports.api.exports.adapter.IExportToolAdapter.Status
public static enum IExportToolAdapter.Status
Return value for IExportToolAdapter.processExport(IProgressMonitor, IExportToolAdapterTask, IExportToolAdapterResult)
.
Enum Constant Summary | |
---|---|
FULL_EXPORT
The export process finished successfully. |
|
NO_EXPORT
No error occurred but the export did not export any clone data. |
|
PARTIAL_EXPORT
No error occurred but the export did not export all clone data. |
Method Summary | |
---|---|
static IExportToolAdapter.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IExportToolAdapter.Status[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IExportToolAdapter.Status FULL_EXPORT
public static final IExportToolAdapter.Status PARTIAL_EXPORT
public static final IExportToolAdapter.Status NO_EXPORT
Method Detail |
---|
public static IExportToolAdapter.Status[] values()
for (IExportToolAdapter.Status c : IExportToolAdapter.Status.values()) System.out.println(c);
public static IExportToolAdapter.Status 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
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |