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