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