Uses of Class
org.apache.openejb.jee.jpa.EnumType

Packages that use EnumType
org.apache.openejb.jee.jpa Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of EnumType in org.apache.openejb.jee.jpa
 

Fields in org.apache.openejb.jee.jpa declared as EnumType
protected  EnumType Basic.enumerated
           
 

Methods in org.apache.openejb.jee.jpa 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 org.apache.openejb.jee.jpa with parameters of type EnumType
 void Basic.setEnumerated(EnumType value)
          Sets the value of the enumerated property.
 



Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.