public enum STCfvoType extends Enum<STCfvoType>
Java class for ST_CfvoType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ST_CfvoType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="num"/> <enumeration value="percent"/> <enumeration value="max"/> <enumeration value="min"/> <enumeration value="formula"/> <enumeration value="percentile"/> </restriction> </simpleType>
Enum Constant and Description |
---|
FORMULA |
MAX |
MIN |
NUM |
PERCENT |
PERCENTILE |
Modifier and Type | Method and Description |
---|---|
static STCfvoType |
fromValue(String v) |
String |
value() |
static STCfvoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static STCfvoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STCfvoType NUM
public static final STCfvoType PERCENT
public static final STCfvoType MAX
public static final STCfvoType MIN
public static final STCfvoType FORMULA
public static final STCfvoType PERCENTILE
public static STCfvoType[] values()
for (STCfvoType c : STCfvoType.values()) System.out.println(c);
public static STCfvoType 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 value()
public static STCfvoType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.