@Generated(value="org.nuiton.eugene.java.JavaEnumerationTransformer", date="Mon Nov 17 13:28:35 UTC 2014") public enum DocumentPrivacy extends Enum<DocumentPrivacy>
| Enum Constant and Description |
|---|
PRIVATE |
PUBLIC |
RESTRICTED |
| Modifier and Type | Method and Description |
|---|---|
static DocumentPrivacy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentPrivacy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentPrivacy PRIVATE
public static final DocumentPrivacy PUBLIC
public static final DocumentPrivacy RESTRICTED
public static DocumentPrivacy[] values()
for (DocumentPrivacy c : DocumentPrivacy.values()) System.out.println(c);
public static DocumentPrivacy 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 © 2014 Ifremer. All rights reserved.