public enum QuoteLineAmountTypes extends Enum<QuoteLineAmountTypes>
| Modifier and Type | Method and Description |
|---|---|
static QuoteLineAmountTypes |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static QuoteLineAmountTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuoteLineAmountTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuoteLineAmountTypes EXCLUSIVE
public static final QuoteLineAmountTypes INCLUSIVE
public static final QuoteLineAmountTypes NOTAX
public static QuoteLineAmountTypes[] values()
for (QuoteLineAmountTypes c : QuoteLineAmountTypes.values()) System.out.println(c);
public static QuoteLineAmountTypes 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 String toString()
toString in class Enum<QuoteLineAmountTypes>public static QuoteLineAmountTypes fromValue(String value)
Copyright © 2020. All rights reserved.