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