public enum InvokeKind extends Enum<InvokeKind> implements ComEnum
Enum Constant and Description |
---|
FUNC |
PROPERTYGET |
PROPERTYPUT |
PROPERTYPUTREF |
Modifier and Type | Method and Description |
---|---|
int |
comEnumValue()
The integer assigned to this constant.
|
static InvokeKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvokeKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvokeKind FUNC
public static final InvokeKind PROPERTYGET
public static final InvokeKind PROPERTYPUT
public static final InvokeKind PROPERTYPUTREF
public static InvokeKind[] values()
for (InvokeKind c : InvokeKind.values()) System.out.println(c);
public static InvokeKind 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()
ComEnum
comEnumValue
in interface ComEnum
Copyright © 2014. All rights reserved.