Uses of Class
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.EnumType

Packages that use EnumType
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl   
 

Uses of EnumType in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return EnumType
static EnumType EnumType.fromValue(String v)
           
 EnumType Basic.getEnumerated()
          Gets the value of the enumerated property.
static EnumType EnumType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EnumType[] EnumType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm with parameters of type EnumType
 void Basic.setEnumerated(EnumType value)
          Sets the value of the enumerated property.
 

Uses of EnumType in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl declared as EnumType
protected  EnumType BasicImpl.enumerated
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that return EnumType
 EnumType BasicImpl.getEnumerated()
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with parameters of type EnumType
 void BasicImpl.setEnumerated(EnumType value)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.