Uses of Class
org.iternine.jeppetto.test.SimpleEnum

Packages that use SimpleEnum
org.iternine.jeppetto.test   
 

Uses of SimpleEnum in org.iternine.jeppetto.test
 

Methods in org.iternine.jeppetto.test that return SimpleEnum
 SimpleEnum SimpleObject.getSimpleEnum()
           
static SimpleEnum SimpleEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SimpleEnum[] SimpleEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.iternine.jeppetto.test with parameters of type SimpleEnum
 void SimpleObject.setSimpleEnum(SimpleEnum simpleEnum)
           
 



Copyright © 2012. All Rights Reserved.