Class WeightOperation

java.lang.Object
com.yahoo.schema.fieldoperation.WeightOperation
All Implemented Interfaces:
FieldOperation, Comparable<FieldOperation>

public class WeightOperation extends Object implements FieldOperation
Author:
Einar M R Rosenvinge
  • Constructor Details

    • WeightOperation

      public WeightOperation()
  • Method Details

    • getWeight

      public int getWeight()
    • setWeight

      public void setWeight(int weight)
    • apply

      public void apply(SDField field)
      Description copied from interface: FieldOperation
      Apply this operation on the given field
      Specified by:
      apply in interface FieldOperation