Uses of Class
org.xcsp.common.Types.TypeOperator
-
Packages that use Types.TypeOperator Package Description org.xcsp.common -
-
Uses of Types.TypeOperator in org.xcsp.common
Methods in org.xcsp.common that return Types.TypeOperator Modifier and Type Method Description static Types.TypeOperator
Types.TypeOperator. valOf(String s)
static Types.TypeOperator
Types.TypeOperator. valueOf(String name)
Returns the enum constant of this type with the specified name.static Types.TypeOperator[]
Types.TypeOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-