public enum ReplacementUnderCoveragePolicy extends java.lang.Enum<ReplacementUnderCoveragePolicy> implements ICRMLookupEnum
Enum Constant and Description |
---|
APPLY_NEW_WARRANTY |
CARRY_OVER_REMAINING_DURATION |
NO_WARRANTY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static ReplacementUnderCoveragePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ReplacementUnderCoveragePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReplacementUnderCoveragePolicy CARRY_OVER_REMAINING_DURATION
public static final ReplacementUnderCoveragePolicy APPLY_NEW_WARRANTY
public static final ReplacementUnderCoveragePolicy NO_WARRANTY
public static ReplacementUnderCoveragePolicy[] values()
for (ReplacementUnderCoveragePolicy c : ReplacementUnderCoveragePolicy.values()) System.out.println(c);
public static ReplacementUnderCoveragePolicy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum