ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

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


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.