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

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

public static class AbstractJsonParserTest.EnumValue
extends Object


Field Summary
 AbstractJsonParserTest.E nullValue
           
 AbstractJsonParserTest.E otherValue
           
 AbstractJsonParserTest.E value
           
 
Constructor Summary
AbstractJsonParserTest.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 AbstractJsonParserTest.E value

otherValue

public AbstractJsonParserTest.E otherValue

nullValue

public AbstractJsonParserTest.E nullValue
Constructor Detail

AbstractJsonParserTest.EnumValue

public AbstractJsonParserTest.EnumValue()


Copyright © 2011-2012 Google. All Rights Reserved.