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