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