public enum EBII2Group extends Enum<EBII2Group> implements ISpecificationGroup
| Enum Constant and Description |
|---|
ARCHITECTURE |
CATALOGUE |
NOTIFICATION |
POST_AWARD |
TENDERING |
| Modifier and Type | Method and Description |
|---|---|
static EBII2Group |
getFromIDOrNull(String sID) |
String |
getID() |
static EBII2Group |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EBII2Group[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EBII2Group ARCHITECTURE
public static final EBII2Group NOTIFICATION
public static final EBII2Group TENDERING
public static final EBII2Group CATALOGUE
public static final EBII2Group POST_AWARD
public static EBII2Group[] values()
for (EBII2Group c : EBII2Group.values()) System.out.println(c);
public static EBII2Group 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>@Nullable public static EBII2Group getFromIDOrNull(@Nullable String sID)
Copyright © 2016 Philip Helger. All rights reserved.