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