Uses of Class
com.croftsoft.apps.ajgp.data.EnumData.EnumInteger

Packages that use EnumData.EnumInteger
com.croftsoft.apps.ajgp.data Example code for the chapter on Data Persistence. 
 

Uses of EnumData.EnumInteger in com.croftsoft.apps.ajgp.data
 

Methods in com.croftsoft.apps.ajgp.data that return EnumData.EnumInteger
static EnumData.EnumInteger EnumData.EnumInteger.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumData.EnumInteger[] EnumData.EnumInteger.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.croftsoft.apps.ajgp.data that return types with arguments of type EnumData.EnumInteger
 Map<EnumData.EnumInteger,Integer> EnumDataBean.getIntegerMap()
           
 

Methods in com.croftsoft.apps.ajgp.data with parameters of type EnumData.EnumInteger
 Integer EnumDataBean.get(EnumData.EnumInteger enumInteger)
           
 Integer EnumData.get(EnumData.EnumInteger enumInteger)
           
 void EnumDataBean.set(EnumData.EnumInteger enumInteger, Integer value)
           
 void EnumData.set(EnumData.EnumInteger enumInteger, Integer value)
           
 

Method parameters in com.croftsoft.apps.ajgp.data with type arguments of type EnumData.EnumInteger
 void EnumDataBean.setIntegerMap(Map<EnumData.EnumInteger,Integer> integerMap)
           
 


CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)