public enum OrgElementsEnum extends Enum<OrgElementsEnum>
| Enum Constant and Description |
|---|
Apps |
Audits |
Contracts |
Memberships |
Plans |
Policies |
Services |
Versions |
| Modifier and Type | Method and Description |
|---|---|
static OrgElementsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrgElementsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrgElementsEnum Memberships
public static final OrgElementsEnum Apps
public static final OrgElementsEnum Plans
public static final OrgElementsEnum Services
public static final OrgElementsEnum Versions
public static final OrgElementsEnum Contracts
public static final OrgElementsEnum Policies
public static final OrgElementsEnum Audits
public static OrgElementsEnum[] values()
for (OrgElementsEnum c : OrgElementsEnum.values()) System.out.println(c);
public static OrgElementsEnum 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 © 2015 JBoss, a division of Red Hat. All rights reserved.