public enum CM_PROJECT extends Enum<CM_PROJECT>
Enum Constant and Description |
---|
AUTHOR |
CHECKSUM |
CONFIG_PATH |
CP_STATE |
CPID |
DELTA |
DESCRIPTION |
ID |
MEMBER_ID |
NAME |
OLD_REVISION |
RELATIVE_FILE |
REVISION |
TIMESTAMP |
TYPE |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
static CM_PROJECT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CM_PROJECT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CM_PROJECT ID
public static final CM_PROJECT TYPE
public static final CM_PROJECT NAME
public static final CM_PROJECT MEMBER_ID
public static final CM_PROJECT TIMESTAMP
public static final CM_PROJECT DESCRIPTION
public static final CM_PROJECT AUTHOR
public static final CM_PROJECT CONFIG_PATH
public static final CM_PROJECT REVISION
public static final CM_PROJECT OLD_REVISION
public static final CM_PROJECT RELATIVE_FILE
public static final CM_PROJECT CHECKSUM
public static final CM_PROJECT DELTA
public static final CM_PROJECT CPID
public static final CM_PROJECT CP_STATE
public static final CM_PROJECT UNDEFINED
public static CM_PROJECT[] values()
for (CM_PROJECT c : CM_PROJECT.values()) System.out.println(c);
public static CM_PROJECT 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 © 2016–2024. All rights reserved.