public enum TDAPI_TRACE_DIRECTION extends Enum<TDAPI_TRACE_DIRECTION>
Trace directions - 'TO' or 'FROM' this item.
Enum Constant and Description |
---|
TDOLE_TRACED_FROM
Traced from this item.
|
TDOLE_TRACED_TO
Traced to this item.
|
Modifier and Type | Method and Description |
---|---|
static TDAPI_TRACE_DIRECTION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_TRACE_DIRECTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_TRACE_DIRECTION TDOLE_TRACED_FROM
Traced from this item.
The value of this constant is 0
public static final TDAPI_TRACE_DIRECTION TDOLE_TRACED_TO
Traced to this item.
The value of this constant is 1
public static TDAPI_TRACE_DIRECTION[] values()
for (TDAPI_TRACE_DIRECTION c : TDAPI_TRACE_DIRECTION.values()) System.out.println(c);
public static TDAPI_TRACE_DIRECTION 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 nullCopyright © 2020. All rights reserved.