Class ConfigDefinition.TypeSpec

java.lang.Object
com.yahoo.vespa.config.ConfigDefinition.TypeSpec
Enclosing class:
ConfigDefinition

public static class ConfigDefinition.TypeSpec extends Object
String based ("untyped") type specification used by parser and arrays. May have the name of the field which it describes. The index number is used to export data in correct order.
Author:
vegardh
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getDef

      public Object getDef()
    • getMin

      public Object getMin()
    • getMax

      public Object getMax()
    • getEnumVals

      public List<String> getEnumVals()
    • setIndex

      public void setIndex(Integer index)
    • getIndex

      public Integer getIndex()