public static class PartCleanup.CleanupParts extends Enum
Modifier and Type | Field and Description |
---|---|
static int |
_ALL
clean up all loaded parts
|
static int |
_COMPONENTS
clean up the work part and
its components
|
static int |
_WORK
clean up the work part only
|
static PartCleanup.CleanupParts |
ALL
clean up all loaded parts
|
static PartCleanup.CleanupParts |
COMPONENTS
clean up the work part and
its components
|
static PartCleanup.CleanupParts |
WORK
clean up the work part only
|
Modifier and Type | Method and Description |
---|---|
static PartCleanup.CleanupParts |
valueOf(int value)
Returns the enum constant of the specified enum type with the specified value.
|
static PartCleanup.CleanupParts |
valueOf(String name)
Returns the enum constant of the specified enum type with the specified name.
|
static PartCleanup.CleanupParts[] |
values()
Returns an array that contains the values for this enum.
|
public static final PartCleanup.CleanupParts WORK
public static final PartCleanup.CleanupParts COMPONENTS
public static final PartCleanup.CleanupParts ALL
public static final int _WORK
public static final int _COMPONENTS
public static final int _ALL
public static PartCleanup.CleanupParts valueOf(int value)
public static PartCleanup.CleanupParts valueOf(String name)
public static PartCleanup.CleanupParts[] values()
Copyright 2011 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.