public enum MembershipOwnerType extends Enum<MembershipOwnerType>
| Enum Constant and Description |
|---|
attributeDefPrivilege
attribute definition privilege
|
groupPrivilege
group access privilege, e.g.
|
list
membership list (generally this is the members list
|
stemPrivilege
stem naming privilege, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static MembershipOwnerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembershipOwnerType |
valueOfIgnoreCase(String string,
boolean exceptionOnNull)
do a case-insensitive matching
|
static MembershipOwnerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MembershipOwnerType list
public static final MembershipOwnerType groupPrivilege
public static final MembershipOwnerType stemPrivilege
public static final MembershipOwnerType attributeDefPrivilege
public static MembershipOwnerType[] values()
for (MembershipOwnerType c : MembershipOwnerType.values()) System.out.println(c);
public static MembershipOwnerType 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 MembershipOwnerType valueOfIgnoreCase(String string, boolean exceptionOnNull)
string - exceptionOnNull - will not allow null or blank entriesCopyright © 2016 Internet2. All rights reserved.