Uses of Class
org.jboss.shrinkwrap.descriptor.api.orm10.EnumType

Packages that use EnumType
org.jboss.shrinkwrap.descriptor.api.orm10 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of EnumType in org.jboss.shrinkwrap.descriptor.api.orm10
 

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return EnumType
 EnumType Basic.getEnumerated()
          Returns the enumerated element
static EnumType EnumType.getFromStringValue(String value)
           
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.jboss.shrinkwrap.descriptor.api.orm10 with parameters of type EnumType
 Basic<T> Basic.enumerated(EnumType enumerated)
          Sets the enumerated element
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.