Uses of Enum Class
com.yahoo.document.update.ValueUpdate.ValueUpdateClassID
Packages that use ValueUpdate.ValueUpdateClassID
-
Uses of ValueUpdate.ValueUpdateClassID in com.yahoo.document.update
Fields in com.yahoo.document.update declared as ValueUpdate.ValueUpdateClassIDModifier and TypeFieldDescriptionprotected ValueUpdate.ValueUpdateClassIDValueUpdate.valueUpdateClassIDMethods in com.yahoo.document.update that return ValueUpdate.ValueUpdateClassIDModifier and TypeMethodDescriptionValueUpdate.ValueUpdateClassID.getID(int id) ValueUpdate.getValueUpdateClassID()Returns the valueUpdateClassID of this value update.Returns the enum constant of this class with the specified name.static ValueUpdate.ValueUpdateClassID[]ValueUpdate.ValueUpdateClassID.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.document.update with parameters of type ValueUpdate.ValueUpdateClassIDModifier and TypeMethodDescriptionFieldUpdate.getValueUpdates(ValueUpdate.ValueUpdateClassID classID) Get value updates with the specified valueUpdateClassID.booleanFieldUpdate.hasValueUpdate(ValueUpdate.ValueUpdateClassID classID) Returns whether this field update contains (at least) one update of the given typeConstructors in com.yahoo.document.update with parameters of type ValueUpdate.ValueUpdateClassIDModifierConstructorDescriptionprotectedValueUpdate(ValueUpdate.ValueUpdateClassID valueUpdateClassID)