Uses of Enum Class
com.yahoo.document.fieldpathupdate.FieldPathUpdate.Type
Packages that use FieldPathUpdate.Type
-
Uses of FieldPathUpdate.Type in com.yahoo.document.fieldpathupdate
Methods in com.yahoo.document.fieldpathupdate that return FieldPathUpdate.TypeModifier and TypeMethodDescriptionFieldPathUpdate.getUpdateType()static FieldPathUpdate.TypeFieldPathUpdate.Type.valueOf(int code) Returns the enum constant of this class with the specified name.static FieldPathUpdate.TypeReturns the enum constant of this class with the specified name.static FieldPathUpdate.Type[]FieldPathUpdate.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.document.fieldpathupdate with parameters of type FieldPathUpdate.TypeModifier and TypeMethodDescriptionstatic FieldPathUpdateFieldPathUpdate.create(FieldPathUpdate.Type type, DocumentType docType, DocumentUpdateReader reader) Constructors in com.yahoo.document.fieldpathupdate with parameters of type FieldPathUpdate.TypeModifierConstructorDescriptionFieldPathUpdate(FieldPathUpdate.Type updType, DocumentType docType) FieldPathUpdate(FieldPathUpdate.Type updType, DocumentType docType, DocumentUpdateReader reader) FieldPathUpdate(FieldPathUpdate.Type updType, DocumentType docType, String fieldPath, String whereClause)