Uses of Class
com.iizix.api.vs.VSFieldEvent.Op
Packages that use VSFieldEvent.Op Package Description com.iizix.api.vs com.iizix.prop.vs.actor Uses of VSFieldEvent.Op in com.iizix.api.vs
Fields in com.iizix.api.vs declared as VSFieldEvent.Op Modifier and Type Field Description VSFieldEvent.Op
VSFieldEvent. operation
The operation.Methods in com.iizix.api.vs that return VSFieldEvent.Op Modifier and Type Method Description VSFieldEvent.Op[]
ops()
The list of supported event operations in this instance.VSFieldEvent.Op[]
ops()
The list of supported event operations in this instance.static VSFieldEvent.Op
VSFieldEvent.Op. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VSFieldEvent.Op[]
VSFieldEvent.Op. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.iizix.api.vs with parameters of type VSFieldEvent.Op Constructor Description VSFieldEvent(VSField source, VSFieldEvent.Op operation, java.lang.Object value, Value.Type sourceType, Value.Type targetType, GProp<?> trigger)
Constructs the event for an action to use with value conversion.Uses of VSFieldEvent.Op in com.iizix.prop.vs.actor
Methods in com.iizix.prop.vs.actor with parameters of type VSFieldEvent.Op Modifier and Type Method Description java.lang.Object
FieldActors. convert(VSFieldEvent.Op op, java.lang.Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger)
Convert a value of a certain type to another.