ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return InheritanceType
static InheritanceType InheritanceType.getFromStringValue(String value)
           
 InheritanceType Inheritance.getStrategy()
          Returns the strategy attribute
static InheritanceType InheritanceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InheritanceType[] InheritanceType.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 InheritanceType
 Inheritance<T> Inheritance.strategy(InheritanceType strategy)
          Sets the strategy attribute
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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