Class StringObjectValue
- java.lang.Object
-
- com.google.api.generator.engine.ast.StringObjectValue
-
- All Implemented Interfaces:
ObjectValue,Value
public abstract class StringObjectValue extends Object implements ObjectValue
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStringObjectValue.Builder
-
Constructor Summary
Constructors Constructor Description StringObjectValue()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static StringObjectValue.Builderbuilder()TypeNodetype()abstract Stringvalue()static StringObjectValuewithValue(String value)
-
-
-
Method Detail
-
value
public abstract String value()
- Specified by:
valuein interfaceObjectValue- Specified by:
valuein interfaceValue
-
type
public TypeNode type()
- Specified by:
typein interfaceObjectValue- Specified by:
typein interfaceValue
-
builder
public static StringObjectValue.Builder builder()
-
withValue
public static StringObjectValue withValue(String value)
-
-