public enum DocumentClassRightLevel extends Enum<DocumentClassRightLevel>
| Enum Constant and Description |
|---|
ADD_DOCUMENTS |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
static DocumentClassRightLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentClassRightLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentClassRightLevel ADD_DOCUMENTS
public static DocumentClassRightLevel[] values()
for (DocumentClassRightLevel c : DocumentClassRightLevel.values()) System.out.println(c);
public static DocumentClassRightLevel 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 getString()
Copyright © 2014 Suncode. All rights reserved.