Package com.yahoo.config.codegen
Class DefaultValue
java.lang.Object
com.yahoo.config.codegen.DefaultValue
An immutable class representing a default value of a config variable
- Author:
- bratseth
-
Constructor Summary
ConstructorsConstructorDescriptionNull value.DefaultValue(String value, DefLine.Type type) A default value with the given value and type. -
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of this value.getValue()Returns the toString of the default value.
-
Constructor Details
-
DefaultValue
public DefaultValue()Null value. -
DefaultValue
A default value with the given value and type.
-
-
Method Details
-
getValue
Returns the toString of the default value. -
getStringRepresentation
Returns the string representation of this value.
-