Uses of Class
org.jpmml.model.annotations.CollectionSize.Operator
-
Packages that use CollectionSize.Operator Package Description org.jpmml.model.annotations -
-
Uses of CollectionSize.Operator in org.jpmml.model.annotations
Methods in org.jpmml.model.annotations that return CollectionSize.Operator Modifier and Type Method Description CollectionSize.Operatoroperator()static CollectionSize.OperatorCollectionSize.Operator. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CollectionSize.Operator[]CollectionSize.Operator. values()Returns an array containing the constants of this enum type, in the order they are declared.
-