public static enum RoleReportletConf.Feature extends Enum<RoleReportletConf.Feature>
| Enum Constant and Description |
|---|
entitlements |
id |
name |
resources |
roleOwner |
userOwner |
users |
| Modifier and Type | Method and Description |
|---|---|
static RoleReportletConf.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoleReportletConf.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoleReportletConf.Feature id
public static final RoleReportletConf.Feature name
public static final RoleReportletConf.Feature roleOwner
public static final RoleReportletConf.Feature userOwner
public static final RoleReportletConf.Feature entitlements
public static final RoleReportletConf.Feature users
public static final RoleReportletConf.Feature resources
public static RoleReportletConf.Feature[] values()
for (RoleReportletConf.Feature c : RoleReportletConf.Feature.values()) System.out.println(c);
public static RoleReportletConf.Feature 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 © 2010–2018 The Apache Software Foundation. All rights reserved.