Package org.jpmml.model.annotations
Annotation Type CollectionSize
-
@Retention(RUNTIME) @Target(FIELD) public @interface CollectionSize
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CollectionSize.Operatoroperator
-
-
-
-
operator
CollectionSize.Operator operator
- Default:
- org.jpmml.model.annotations.CollectionSize.Operator.EQUAL
-
-