com.google.api.client.testing.json
Class AbstractJsonFactoryTest.EnumValue

java.lang.Object
  extended by com.google.api.client.testing.json.AbstractJsonFactoryTest.EnumValue
Enclosing class:
AbstractJsonFactoryTest

public static class AbstractJsonFactoryTest.EnumValue
extends Object


Field Summary
 AbstractJsonFactoryTest.E nullValue
           
 AbstractJsonFactoryTest.E otherValue
           
 AbstractJsonFactoryTest.E value
           
 
Constructor Summary
AbstractJsonFactoryTest.EnumValue()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public AbstractJsonFactoryTest.E value

otherValue

public AbstractJsonFactoryTest.E otherValue

nullValue

public AbstractJsonFactoryTest.E nullValue
Constructor Detail

AbstractJsonFactoryTest.EnumValue

public AbstractJsonFactoryTest.EnumValue()


Copyright © 2011-2012 Google. All Rights Reserved.