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