public static enum PortalUser.Access extends java.lang.Enum<PortalUser.Access>
Modifier and Type | Method and Description |
---|---|
static PortalUser.Access |
get(java.lang.String a) |
java.lang.String |
getValue() |
static PortalUser.Access |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PortalUser.Access[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortalUser.Access NOT_SET
public static final PortalUser.Access PUBLIC
public static final PortalUser.Access PRIVATE
public static final PortalUser.Access ORG
public static PortalUser.Access[] values()
for (PortalUser.Access c : PortalUser.Access.values()) System.out.println(c);
public static PortalUser.Access valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public static PortalUser.Access get(java.lang.String a)