public static enum CmpVersionMappingService.UPDATE_PROJECT_VERSION extends java.lang.Enum<CmpVersionMappingService.UPDATE_PROJECT_VERSION>
| Enum Constant and Description |
|---|
ALWAYS |
NEVER |
ONE_TO_ONE |
| Modifier and Type | Method and Description |
|---|---|
static CmpVersionMappingService.UPDATE_PROJECT_VERSION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmpVersionMappingService.UPDATE_PROJECT_VERSION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmpVersionMappingService.UPDATE_PROJECT_VERSION ONE_TO_ONE
public static final CmpVersionMappingService.UPDATE_PROJECT_VERSION ALWAYS
public static final CmpVersionMappingService.UPDATE_PROJECT_VERSION NEVER
public static CmpVersionMappingService.UPDATE_PROJECT_VERSION[] values()
for (CmpVersionMappingService.UPDATE_PROJECT_VERSION c : CmpVersionMappingService.UPDATE_PROJECT_VERSION.values()) System.out.println(c);
public static CmpVersionMappingService.UPDATE_PROJECT_VERSION 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 namejava.lang.NullPointerException - if the argument is null