public enum RttiMethod extends Enum<RttiMethod>
| Enum Constant and Description |
|---|
RTTI_M_CALL |
RTTI_M_GET |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static RttiMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RttiMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RttiMethod RTTI_M_GET
public static final RttiMethod RTTI_M_CALL
public static RttiMethod[] values()
for (RttiMethod c : RttiMethod.values()) System.out.println(c);
public static RttiMethod 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 getId()
Copyright © 2017. All rights reserved.