public static enum PropertiesPanel.Properties extends Enum<PropertiesPanel.Properties>
| Enum Constant and Description |
|---|
AUTHOR |
CREATED_DATE |
CREATOR |
DESCRIPTION |
FOLDER_IDENTIFIER |
MODIFIED_DATE |
MODIFIER |
NAME |
OWNER |
SIZE |
TITLE |
VERSION_LABEL |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static PropertiesPanel.Properties |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesPanel.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertiesPanel.Properties NAME
public static final PropertiesPanel.Properties TITLE
public static final PropertiesPanel.Properties DESCRIPTION
public static final PropertiesPanel.Properties FOLDER_IDENTIFIER
public static final PropertiesPanel.Properties AUTHOR
public static final PropertiesPanel.Properties SIZE
public static final PropertiesPanel.Properties CREATOR
public static final PropertiesPanel.Properties CREATED_DATE
public static final PropertiesPanel.Properties MODIFIER
public static final PropertiesPanel.Properties MODIFIED_DATE
public static final PropertiesPanel.Properties OWNER
public static final PropertiesPanel.Properties VERSION_LABEL
public static PropertiesPanel.Properties[] values()
for (PropertiesPanel.Properties c : PropertiesPanel.Properties.values()) System.out.println(c);
public static PropertiesPanel.Properties 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 getLabel()
Copyright © 2005–2016 Alfresco Software. All rights reserved.