public enum DocumentClassRightType extends Enum<DocumentClassRightType>
| Enum Constant and Description |
|---|
DELETE |
DETACH_ADDED_HERE |
DETACH_ALWAYS |
MODIFY |
PRINTING |
READ |
RELEASE_ARCHIVE |
RELEASE_PROCESS |
TASKS |
| Modifier and Type | Method and Description |
|---|---|
static DocumentClassRightType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentClassRightType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentClassRightType READ
public static final DocumentClassRightType MODIFY
public static final DocumentClassRightType DELETE
public static final DocumentClassRightType RELEASE_ARCHIVE
public static final DocumentClassRightType RELEASE_PROCESS
public static final DocumentClassRightType PRINTING
public static final DocumentClassRightType TASKS
public static final DocumentClassRightType DETACH_ADDED_HERE
public static final DocumentClassRightType DETACH_ALWAYS
public final String subPath
public static DocumentClassRightType[] values()
for (DocumentClassRightType c : DocumentClassRightType.values()) System.out.println(c);
public static DocumentClassRightType 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 nullCopyright © 2023 Suncode. All rights reserved.