@CodingStyleguideUnaware public enum EResolutionCode21 extends Enum<EResolutionCode21> implements com.helger.commons.id.IHasID<String>
| Enum Constant and Description |
|---|
LOCAL_INTERPOLATED_VALUE |
LOCAL_ISSUE_CHANGED_VALUE |
LOCAL_ISSUE_LEFT_VALUE_UNCHANGED |
NEW_VALUE_JOINTLY_IDENTIFIED |
OBSOLETE_VALUE |
PARTNER_ISSUE_CHANGED_VALUE |
PARTNER_ISSUE_LEFT_VALUE_UNCHANGED |
UNRESOLVABLE |
| Modifier and Type | Method and Description |
|---|---|
static EResolutionCode21 |
getFromIDOrNull(String sID) |
String |
getID() |
static EResolutionCode21 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EResolutionCode21[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EResolutionCode21 LOCAL_INTERPOLATED_VALUE
public static final EResolutionCode21 LOCAL_ISSUE_CHANGED_VALUE
public static final EResolutionCode21 LOCAL_ISSUE_LEFT_VALUE_UNCHANGED
public static final EResolutionCode21 NEW_VALUE_JOINTLY_IDENTIFIED
public static final EResolutionCode21 OBSOLETE_VALUE
public static final EResolutionCode21 PARTNER_ISSUE_CHANGED_VALUE
public static final EResolutionCode21 PARTNER_ISSUE_LEFT_VALUE_UNCHANGED
public static final EResolutionCode21 UNRESOLVABLE
public static EResolutionCode21[] values()
for (EResolutionCode21 c : EResolutionCode21.values()) System.out.println(c);
public static EResolutionCode21 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 EResolutionCode21 getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2015 Philip Helger. All rights reserved.