public static class CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE
extends java.lang.Object
ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE.PreferLocalCalls = Prefer local calls ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE.RemoteOnly = Remote calls only
Modifier and Type | Field and Description |
---|---|
static CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE |
PreferLocalCalls |
static CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE |
RemoteOnly |
static java.lang.String[] |
values |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static final CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE PreferLocalCalls
public static final CallableFlowInvokeNode.ENUM_CALLABLEFLOWINVOKE_CALLPREFERENCE RemoteOnly
public static java.lang.String[] values