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