public enum FeeQuantityThresholdIndicator extends Enum<FeeQuantityThresholdIndicator>
Enum Constant and Description |
---|
EligibleNotMeetThresholds
LN = Eligible but does not meet set thresholds.
|
EligiblePendingEvaluation
LP = Eligible pending evaluation.
|
None
Default value.
|
ThresholdLevel1
L1 = Threshold Level 1 - The highest threshold level was met or surpassed.
|
ThresholdLevel2
L2 = Threshold Level 3 - The lowest threshold level was met.
|
ThresholdLevel3
L3 = Threshold Level 3 - The lowest threshold level was met.
|
Modifier and Type | Method and Description |
---|---|
static FeeQuantityThresholdIndicator |
forValue(String value)
Returns enum value for the string representation
|
String |
getValue() |
static FeeQuantityThresholdIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeeQuantityThresholdIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FeeQuantityThresholdIndicator None
public static final FeeQuantityThresholdIndicator ThresholdLevel1
public static final FeeQuantityThresholdIndicator ThresholdLevel2
public static final FeeQuantityThresholdIndicator ThresholdLevel3
public static final FeeQuantityThresholdIndicator EligibleNotMeetThresholds
public static final FeeQuantityThresholdIndicator EligiblePendingEvaluation
public static FeeQuantityThresholdIndicator[] values()
for (FeeQuantityThresholdIndicator c : FeeQuantityThresholdIndicator.values()) System.out.println(c);
public static FeeQuantityThresholdIndicator 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 nullpublic String getValue()
public static FeeQuantityThresholdIndicator forValue(String value)
value
- string representation of FeeQuantityThresholdIndicator valueCopyright © 2014–2025 Onix Solutions. All rights reserved.