public enum EPatternType extends Enum<EPatternType> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static EPatternType |
getFromIDOrNull(String sID) |
String |
getID() |
static EPatternType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EPatternType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPatternType IM
public static final EPatternType USI
public static EPatternType[] values()
for (EPatternType c : EPatternType.values()) System.out.println(c);
public static EPatternType 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>@Nonnull @Nonempty public String getDisplayName()
getDisplayName in interface com.helger.commons.name.IHasDisplayName@Nullable public static EPatternType getFromIDOrNull(@Nullable String sID)
Copyright © 2021 DE4A. All rights reserved.