public enum AverageTransactionPriceType extends java.lang.Enum<AverageTransactionPriceType>
Java class for AverageTransactionPriceType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AverageTransactionPriceType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="AverageTransactionPrice-Not-Applicable"/> <enumeration value="AverageTransactionPrice-Range1"/> <enumeration value="AverageTransactionPrice-Range2"/> <enumeration value="AverageTransactionPrice-Range3"/> <enumeration value="AverageTransactionPrice-Range4"/> <enumeration value="AverageTransactionPrice-Range5"/> <enumeration value="AverageTransactionPrice-Range6"/> <enumeration value="AverageTransactionPrice-Range7"/> <enumeration value="AverageTransactionPrice-Range8"/> <enumeration value="AverageTransactionPrice-Range9"/> <enumeration value="AverageTransactionPrice-Range10"/> </restriction> </simpleType>
Modifier and Type | Method and Description |
---|---|
static AverageTransactionPriceType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static AverageTransactionPriceType |
valueOf(java.lang.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 AVERAGE_TRANSACTION_PRICE_NOT_APPLICABLE
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_1
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_2
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_3
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_4
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_5
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_6
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_7
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_8
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_9
public static final AverageTransactionPriceType AVERAGE_TRANSACTION_PRICE_RANGE_10
public static AverageTransactionPriceType[] values()
for (AverageTransactionPriceType c : AverageTransactionPriceType.values()) System.out.println(c);
public static AverageTransactionPriceType 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 value()
public static AverageTransactionPriceType fromValue(java.lang.String v)
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.