public enum ClassifiedPropertiesPanelField extends Enum<ClassifiedPropertiesPanelField>
ClassifiedPropertiesPanel.| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
The index of the field in the properties panel.
|
static ClassifiedPropertiesPanelField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassifiedPropertiesPanelField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClassifiedPropertiesPanelField ORIGINAL_CLASSIFICATION
public static final ClassifiedPropertiesPanelField CURRENT_CLASSIFICATION
public static final ClassifiedPropertiesPanelField CLASSIFIED_BY
public static final ClassifiedPropertiesPanelField CLASSIFICATION_AGENCY
public static final ClassifiedPropertiesPanelField CLASSIFICATION_REASON
public static final ClassifiedPropertiesPanelField DOWNGRADE_DATE
public static final ClassifiedPropertiesPanelField DOWNGRADE_EVENT
public static final ClassifiedPropertiesPanelField DOWNGRADE_INSTRUCTIONS
public static final ClassifiedPropertiesPanelField DECLASSIFICATION_DATE
public static final ClassifiedPropertiesPanelField DECLASSIFICATION_EVENT
public static final ClassifiedPropertiesPanelField EXEMPTION_CATEGORIES
public static final ClassifiedPropertiesPanelField LAST_RECLASSIFIED_BY
public static final ClassifiedPropertiesPanelField LAST_RECLASSIFICATION_DATE
public static final ClassifiedPropertiesPanelField LAST_RECLASSIFICATION_REASON
public static final ClassifiedPropertiesPanelField LAST_RECLASSIFICATION_ACTION
public static ClassifiedPropertiesPanelField[] values()
for (ClassifiedPropertiesPanelField c : ClassifiedPropertiesPanelField.values()) System.out.println(c);
public static ClassifiedPropertiesPanelField 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 int getIndex()
Copyright © 2005–2016 Alfresco Software. All rights reserved.