public enum EExternalModule extends Enum<EExternalModule> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
AS4 |
CONNECTOR_DR |
CONNECTOR_DT |
DATA_EVALUATOR |
DATA_OWNER |
IAL |
IDK |
MOR |
NONE |
SMP |
| Modifier and Type | Method and Description |
|---|---|
static EExternalModule |
getFromIDOrNull(String sID) |
String |
getID() |
String |
getLabel() |
static EExternalModule |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EExternalModule[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EExternalModule IDK
public static final EExternalModule SMP
public static final EExternalModule CONNECTOR_DR
public static final EExternalModule CONNECTOR_DT
public static final EExternalModule DATA_OWNER
public static final EExternalModule DATA_EVALUATOR
public static final EExternalModule AS4
public static final EExternalModule MOR
public static final EExternalModule IAL
public static final EExternalModule NONE
public static EExternalModule[] values()
for (EExternalModule c : EExternalModule.values()) System.out.println(c);
public static EExternalModule 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 EExternalModule getFromIDOrNull(@Nullable String sID)
Copyright © 2021–2022 de4a. All rights reserved.