public enum EMockDataOwner extends Enum<EMockDataOwner> implements com.helger.commons.id.IHasID<String>, com.helger.commons.name.IHasDisplayName
| Enum Constant and Description |
|---|
T41_ES |
T41_PT |
T41_SI |
T42_AT |
T42_NL |
T42_RO |
T42_SE |
T43_ES |
T43_PT |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode() |
String |
getDisplayName() |
static EMockDataOwner |
getFromIDOrNull(String sID) |
static EMockDataOwner |
getFromPilotAndPIDOrNull(EPilot ePilot,
String sParticipantID) |
String |
getID() |
MDSCompany |
getMDSCompany() |
MDSPerson |
getMDSPerson() |
String |
getParticipantID() |
EPilot |
getPilot() |
String |
getUSIRedirectURL() |
boolean |
supportsPilot(EPilot ePilot) |
static EMockDataOwner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EMockDataOwner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EMockDataOwner T41_ES
public static final EMockDataOwner T41_PT
public static final EMockDataOwner T41_SI
public static final EMockDataOwner T42_AT
public static final EMockDataOwner T42_SE
public static final EMockDataOwner T42_RO
public static final EMockDataOwner T42_NL
public static final EMockDataOwner T43_ES
public static final EMockDataOwner T43_PT
public static EMockDataOwner[] values()
for (EMockDataOwner c : EMockDataOwner.values()) System.out.println(c);
public static EMockDataOwner 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 MDSCompany getMDSCompany()
@Nullable public static EMockDataOwner getFromIDOrNull(@Nullable String sID)
Copyright © 2021 DE4A. All rights reserved.