public class CollectionValue extends FieldValue
| Modifier and Type | Method and Description |
|---|---|
int |
compareToValue(FieldValue value) |
int |
compareToValue(Object value) |
boolean |
equals(Object object) |
org.dmg.pmml.OpType |
getOpType() |
List<?> |
getOrdering() |
Collection<?> |
getValue() |
int |
hashCode() |
boolean |
isValid() |
protected org.jpmml.model.ToStringHelper |
toStringHelper() |
asBoolean, asCollection, asDate, asDateTime, asDouble, asFloat, asInstant, asInteger, asNumber, asString, asTime, cast, cast, compareTo, create, create, equals, equalsValue, equalsValue, getDataType, isIn, isIn, toStringpublic boolean isValid()
isValid in class FieldValuepublic int compareToValue(Object value)
compareToValue in class FieldValuepublic int compareToValue(FieldValue value)
compareToValue in class FieldValuepublic int hashCode()
hashCode in class FieldValuepublic boolean equals(Object object)
equals in class FieldValueprotected org.jpmml.model.ToStringHelper toStringHelper()
toStringHelper in class FieldValuepublic org.dmg.pmml.OpType getOpType()
public List<?> getOrdering()
public Collection<?> getValue()
getValue in class FieldValueCopyright © 2022. All rights reserved.