Uses of Class
org.apache.commons.ognl.test.objects.SimpleEnum

Packages that use SimpleEnum
org.apache.commons.ognl.test.objects   
 

Uses of SimpleEnum in org.apache.commons.ognl.test.objects
 

Methods in org.apache.commons.ognl.test.objects that return SimpleEnum
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.apache.commons.ognl.test.objects with parameters of type SimpleEnum
 boolean Root.isOk(SimpleEnum value, String otherValue)
           
 



Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.