public enum DispositionLevel extends Enum<DispositionLevel>
| Enum Constant and Description |
|---|
RECORD |
RECORD_FOLDER |
| Modifier and Type | Method and Description |
|---|---|
static DispositionLevel |
fromValue(String value) |
String |
toString() |
static DispositionLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DispositionLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DispositionLevel RECORD
public static final DispositionLevel RECORD_FOLDER
public static DispositionLevel[] values()
for (DispositionLevel c : DispositionLevel.values()) System.out.println(c);
public static DispositionLevel 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 static final DispositionLevel fromValue(String value)
public String toString()
toString in class Enum<DispositionLevel>Copyright © 2005–2016 Alfresco Software. All rights reserved.