public final class ActionType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ActionType |
AfterLoadSequence |
static ActionType |
AfterSet |
static ActionType |
BeforeGet |
static ActionType |
IsSequenceable |
static ActionType |
NoAction |
static ActionType |
StartSequence |
static ActionType |
StopSequence |
Modifier and Type | Method and Description |
---|---|
static ActionType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final ActionType NoAction
public static final ActionType BeforeGet
public static final ActionType AfterSet
public static final ActionType IsSequenceable
public static final ActionType AfterLoadSequence
public static final ActionType StartSequence
public static final ActionType StopSequence
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static ActionType swigToEnum(int swigValue)