Package com.google.api.client.test.json
Class AbstractJsonFactoryTest.EnumValue
- java.lang.Object
-
- com.google.api.client.test.json.AbstractJsonFactoryTest.EnumValue
-
- Enclosing class:
- AbstractJsonFactoryTest
public static class AbstractJsonFactoryTest.EnumValue extends Object
-
-
Field Summary
Fields Modifier and Type Field Description AbstractJsonFactoryTest.E
nullValue
AbstractJsonFactoryTest.E
otherValue
AbstractJsonFactoryTest.E
value
-
Constructor Summary
Constructors Constructor Description EnumValue()
-
-
-
Field Detail
-
value
public AbstractJsonFactoryTest.E value
-
otherValue
public AbstractJsonFactoryTest.E otherValue
-
nullValue
public AbstractJsonFactoryTest.E nullValue
-
-