public enum PivotOriginType extends Enum<PivotOriginType>
Java class for pivotOriginType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="pivotOriginType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="SOURCE"/> <enumeration value="DESTINATION"/> <enumeration value="BOTH"/> </restriction> </simpleType>
Enum Constant and Description |
---|
BOTH |
DESTINATION |
SOURCE |
Modifier and Type | Method and Description |
---|---|
static PivotOriginType |
fromValue(String v) |
String |
value() |
static PivotOriginType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotOriginType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotOriginType SOURCE
public static final PivotOriginType DESTINATION
public static final PivotOriginType BOTH
public static PivotOriginType[] values()
for (PivotOriginType c : PivotOriginType.values()) System.out.println(c);
public static PivotOriginType 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 PivotOriginType fromValue(String v)
Copyright © 2005-2024 LSC project. All Rights Reserved.