public enum TDAPI_POS_ORDER extends Enum<TDAPI_POS_ORDER> implements com4j.ComEnum
Position markers for a list or collection.
Enum Constant and Description |
---|
TDPOSITION_LAST
Marker for the last position in a list or collection.
|
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue() |
static TDAPI_POS_ORDER |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDAPI_POS_ORDER[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDAPI_POS_ORDER TDPOSITION_LAST
Marker for the last position in a list or collection.
The value of this constant is -4
public static TDAPI_POS_ORDER[] values()
for (TDAPI_POS_ORDER c : TDAPI_POS_ORDER.values()) System.out.println(c);
public static TDAPI_POS_ORDER 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 int comEnumValue()
comEnumValue
in interface com4j.ComEnum
Copyright © 2020. All rights reserved.