Class NullObjectValue
- java.lang.Object
-
- com.google.api.generator.engine.ast.NullObjectValue
-
- All Implemented Interfaces:
ObjectValue,Value
public class NullObjectValue extends Object implements ObjectValue
-
-
Constructor Summary
Constructors Constructor Description NullObjectValue()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NullObjectValuecreate()TypeNodetype()Stringvalue()
-
-
-
Method Detail
-
type
public TypeNode type()
- Specified by:
typein interfaceObjectValue- Specified by:
typein interfaceValue
-
value
public String value()
- Specified by:
valuein interfaceObjectValue- Specified by:
valuein interfaceValue
-
create
public static NullObjectValue create()
-
-