Class FieldSets

java.lang.Object
com.yahoo.schema.FieldSets

public class FieldSets extends Object
The field sets owned by a Schema Both built in and user defined.
Author:
vegardh
  • Constructor Details

  • Method Details

    • addUserFieldSetItem

      public void addUserFieldSetItem(String setName, String field)
      Adds an entry to user field sets, creating entries as needed
      Parameters:
      setName - name of a field set
      field - field to add to field set
    • addBuiltInFieldSetItem

      public void addBuiltInFieldSetItem(String setName, String field)
      Adds an entry to built in field sets, creating entries as needed
      Parameters:
      setName - name of a field set
      field - field to add to field set
    • builtInFieldSets

      public Map<String,FieldSet> builtInFieldSets()
      Returns the built in field sets, unmodifiable
    • userFieldSets

      public Map<String,FieldSet> userFieldSets()
      Returns the user defined field sets, unmodifiable