public enum AverageTransactionPriceType extends Enum<AverageTransactionPriceType>
| Modifier and Type | Method and Description |
|---|---|
static AverageTransactionPriceType |
fromValue(String v) |
String |
getValue() |
static AverageTransactionPriceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AverageTransactionPriceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICENOTAPPLICABLE
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE1
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE2
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE3
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE4
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE5
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE6
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE7
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE8
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE9
public static final AverageTransactionPriceType AVERAGETRANSACTIONPRICERANGE10
public static AverageTransactionPriceType[] values()
for (AverageTransactionPriceType c : AverageTransactionPriceType.values()) System.out.println(c);
public static AverageTransactionPriceType 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 AverageTransactionPriceType fromValue(String v)
Copyright © 2015. All Rights Reserved.