public enum InvokeType extends java.lang.Enum<InvokeType>
Modifier and Type | Method and Description |
---|---|
abstract <T> T |
newInstance(java.lang.Class<T> cls,
App app) |
static InvokeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InvokeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvokeType STATIC
public static final InvokeType VIRTUAL
public static InvokeType[] values()
for (InvokeType c : InvokeType.values()) System.out.println(c);
public static InvokeType 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 abstract <T> T newInstance(java.lang.Class<T> cls, App app)
Copyright © 2014–2017 ActFramework. All rights reserved.