Package com.yahoo.document.datatypes
Class PredicateFieldValue
java.lang.Object
com.yahoo.vespa.objects.Selectable
com.yahoo.vespa.objects.Identifiable
com.yahoo.document.datatypes.FieldValue
com.yahoo.document.datatypes.PredicateFieldValue
- All Implemented Interfaces:
Cloneable,Comparable<FieldValue>
- Author:
- Simon Thoresen Hult
-
Field Summary
Fields inherited from class com.yahoo.document.datatypes.FieldValue
classId -
Constructor Summary
ConstructorsConstructorDescriptionPredicateFieldValue(com.yahoo.document.predicate.Predicate predicate) PredicateFieldValue(String predicateString) -
Method Summary
Modifier and TypeMethodDescriptionvoidAssign this non-fieldvalue value to this field value.voidclear()clone()voiddeserialize(Field field, FieldReader reader) Read a field value from the specified readerbooleanstatic PrimitiveDataType.Factorycom.yahoo.document.predicate.PredicateUsed to retrieve wrapped type for simple types, such that you can use get methods to retrieve ints and floats directly instead of Int/Float field values.inthashCode()voidDeprecated.voidserialize(Field field, FieldWriter writer) Write out field value to the specified writersetPredicate(com.yahoo.document.predicate.Predicate predicate) toString()Methods inherited from class com.yahoo.document.datatypes.FieldValue
compareTo, create, deserialize, getRecursiveValue, getRecursiveValue, onDeserialize, onSerialize, serialize, toXmlMethods inherited from class com.yahoo.vespa.objects.Identifiable
create, createFromId, deserialize, deserializeOptional, deserializeWithId, equals, getClassId, getRawUtf8Bytes, getUtf8, onGetClassId, putUtf8, registerClass, registerClass, serialize, serializeOptional, serializeWithId, visitMembersMethods inherited from class com.yahoo.vespa.objects.Selectable
select, select, selectMembers
-
Constructor Details
-
PredicateFieldValue
public PredicateFieldValue() -
PredicateFieldValue
public PredicateFieldValue(com.yahoo.document.predicate.Predicate predicate) -
PredicateFieldValue
-
-
Method Details
-
getPredicate
public com.yahoo.document.predicate.Predicate getPredicate() -
setPredicate
-
getDataType
- Specified by:
getDataTypein classFieldValue
-
printXml
Deprecated.- Specified by:
printXmlin classFieldValue
-
clear
public void clear()- Specified by:
clearin classFieldValue
-
assign
Description copied from class:FieldValueAssign this non-fieldvalue value to this field value. This is used to be able to assign ints to Integer field values and List to Array field values and such.Override to accept the specific types that should be legal.
- Specified by:
assignin classFieldValue
-
serialize
Description copied from class:FieldValueWrite out field value to the specified writer- Specified by:
serializein classFieldValue
-
deserialize
Description copied from class:FieldValueRead a field value from the specified reader- Specified by:
deserializein classFieldValue
-
getWrappedValue
Description copied from class:FieldValueUsed to retrieve wrapped type for simple types, such that you can use get methods to retrieve ints and floats directly instead of Int/Float field values. Complex types that can't be specified by simple java types just return themselves.- Overrides:
getWrappedValuein classFieldValue
-
clone
- Overrides:
clonein classFieldValue
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.yahoo.vespa.objects.Identifiable
-
equals
- Overrides:
equalsin classcom.yahoo.vespa.objects.Identifiable
-
toString
- Overrides:
toStringin classcom.yahoo.vespa.objects.Identifiable
-
getFactory
-