Uses of Enum Class
com.iizix.api.vs.VSFieldEvent.Op
Uses of VSFieldEvent.Op in com.iizix.api.vs
Modifier and TypeMethodDescriptionstatic VSFieldEvent.Op
Returns the enum constant of this class with the specified name.static VSFieldEvent.Op[]
VSFieldEvent.Op.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionVSFieldEvent
(VSField source, VSFieldEvent.Op operation, 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
Modifier and TypeMethodDescriptionFieldActors.convert
(VSFieldEvent.Op op, Object value, Value.Type sourceType, Value.Type targetType, boolean doTranslate, GProp<?> trigger) Convert a value of a certain type to another.