public enum ESMLObjectType extends Enum<ESMLObjectType> implements com.helger.commons.name.IHasName
| Enum Constant and Description |
|---|
METADATA |
PARTICIPANT |
| Modifier and Type | Method and Description |
|---|---|
static ESMLObjectType |
getFromNameOrNull(String sName) |
String |
getName() |
static ESMLObjectType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ESMLObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ESMLObjectType PARTICIPANT
public static final ESMLObjectType METADATA
public static ESMLObjectType[] values()
for (ESMLObjectType c : ESMLObjectType.values()) System.out.println(c);
public static ESMLObjectType 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 getName()
getName in interface com.helger.commons.name.IHasName@Nullable public static ESMLObjectType getFromNameOrNull(@Nullable String sName)
Copyright © 2015–2019 Philip Helger. All rights reserved.