Class DefaultValue

java.lang.Object
com.yahoo.config.codegen.DefaultValue

public class DefaultValue extends Object
An immutable class representing a default value of a config variable
Author:
bratseth
  • Constructor Details

    • DefaultValue

      public DefaultValue()
      Null value.
    • DefaultValue

      public DefaultValue(String value, DefLine.Type type)
      A default value with the given value and type.
  • Method Details

    • getValue

      public String getValue()
      Returns the toString of the default value.
    • getStringRepresentation

      public String getStringRepresentation()
      Returns the string representation of this value.