public enum TGatewayDirection extends java.lang.Enum<TGatewayDirection>
Java class for tGatewayDirection.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tGatewayDirection">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Unspecified"/>
<enumeration value="Converging"/>
<enumeration value="Diverging"/>
<enumeration value="Mixed"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CONVERGING |
DIVERGING |
MIXED |
UNSPECIFIED |
| Modifier and Type | Method and Description |
|---|---|
static TGatewayDirection |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TGatewayDirection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TGatewayDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TGatewayDirection UNSPECIFIED
public static final TGatewayDirection CONVERGING
public static final TGatewayDirection DIVERGING
public static final TGatewayDirection MIXED
public static TGatewayDirection[] values()
for (TGatewayDirection c : TGatewayDirection.values()) System.out.println(c);
public static TGatewayDirection 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 TGatewayDirection fromValue(java.lang.String v)
Copyright © 2018 SAP SE. All Rights Reserved.