public static enum ProjectPreferenceOptions.Fields extends Enum<ProjectPreferenceOptions.Fields>
Modifier and Type | Method and Description |
---|---|
String |
value() |
static ProjectPreferenceOptions.Fields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProjectPreferenceOptions.Fields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectPreferenceOptions.Fields SCHEDULE_TYPE
public static final ProjectPreferenceOptions.Fields UNIFIER_ENABLED
public static final ProjectPreferenceOptions.Fields UNIFIER_PROJ_NUM
public static final ProjectPreferenceOptions.Fields UNIFIER_PROJ_NAME
public static final ProjectPreferenceOptions.Fields UNIFIER_SCHE_SHEET
public static final ProjectPreferenceOptions.Fields UNIFIER_DATA_MAP
public static final ProjectPreferenceOptions.Fields PUBLICATION_FLAG
public static final ProjectPreferenceOptions.Fields PUBLICATION_PRIORITY
public static final ProjectPreferenceOptions.Fields LAST_PUBLISH_DATE
public static final ProjectPreferenceOptions.Fields PUBLISH_LEVEL
public static final ProjectPreferenceOptions.Fields DEPLOYMENT_NAME
public static final ProjectPreferenceOptions.Fields DELETE_DEPLOYMENT
public static final ProjectPreferenceOptions.Fields UNIFIER_DEL_ACTS
public static final ProjectPreferenceOptions.Fields UNIFIER_CBS_TASKS
public static final ProjectPreferenceOptions.Fields UNIFIER_SYNC_WBS
public static final ProjectPreferenceOptions.Fields UNIFIER_SYNC_WBS_TYPE
public static final ProjectPreferenceOptions.Fields UNIFIER_WBS_HIERARCHY
public static final ProjectPreferenceOptions.Fields PROJECT_SUM_FLAG
public static final ProjectPreferenceOptions.Fields PROJ_SUM_LEVEL
public static final ProjectPreferenceOptions.Fields MAX_SUM_LEVEL
public static final ProjectPreferenceOptions.Fields LAST_SUM_DATE
public static final ProjectPreferenceOptions.Fields HISTORY_LEVEL
public static final ProjectPreferenceOptions.Fields HISTORY_INTERVAL
public static final ProjectPreferenceOptions.Fields TM_VIEWFIELDS
public static ProjectPreferenceOptions.Fields[] values()
for (ProjectPreferenceOptions.Fields c : ProjectPreferenceOptions.Fields.values()) System.out.println(c);
public static ProjectPreferenceOptions.Fields 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 nullpublic String value()
Copyright © 2003, 2020, Oracle and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.