public static enum Constants.Attribute extends Enum<Constants.Attribute>
| Enum Constant and Description |
|---|
BASE |
CHILD_NAME |
CHILD_TYPE |
DATE_FORMAT |
DEPTH |
DESC |
FIELD |
HEIGHT |
INCLUDE_FOLDERS |
LAST_MOD |
LEFT |
LOC_NAME |
LOCALE |
MIMETYPE |
NAME |
ORDER |
PAGE |
PATH |
RIGHT |
SIZE |
SIZE_KB |
TOTAL_PAGES |
TYPE |
UUID |
VALUE |
WIDTH |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static Constants.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.Attribute PATH
public static final Constants.Attribute UUID
public static final Constants.Attribute BASE
public static final Constants.Attribute TYPE
public static final Constants.Attribute SIZE
public static final Constants.Attribute PAGE
public static final Constants.Attribute TOTAL_PAGES
public static final Constants.Attribute DEPTH
public static final Constants.Attribute FIELD
public static final Constants.Attribute VALUE
public static final Constants.Attribute CHILD_NAME
public static final Constants.Attribute CHILD_TYPE
public static final Constants.Attribute LEFT
public static final Constants.Attribute RIGHT
public static final Constants.Attribute NAME
public static final Constants.Attribute DESC
public static final Constants.Attribute LOCALE
public static final Constants.Attribute LOC_NAME
public static final Constants.Attribute ORDER
public static final Constants.Attribute HEIGHT
public static final Constants.Attribute WIDTH
public static final Constants.Attribute MIMETYPE
public static final Constants.Attribute SIZE_KB
public static final Constants.Attribute LAST_MOD
public static final Constants.Attribute INCLUDE_FOLDERS
public static final Constants.Attribute DATE_FORMAT
public static Constants.Attribute[] values()
for (Constants.Attribute c : Constants.Attribute.values()) System.out.println(c);
public static Constants.Attribute 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 getName()
Copyright © 2011-2012 Tirasa. All Rights Reserved.