ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.orm10 that return AccessType
 AccessType MappedSuperclass.getAccess()
          Returns the access attribute
 AccessType OrmDescriptor.getAccess()
          Returns the access element
 AccessType Embeddable.getAccess()
          Returns the access attribute
 AccessType PersistenceUnitDefaults.getAccess()
          Returns the access element
 AccessType EntityMappings.getAccess()
          Returns the access element
 AccessType Entity.getAccess()
          Returns the access attribute
static AccessType AccessType.getFromStringValue(String value)
           
static AccessType AccessType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AccessType[] AccessType.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 AccessType
 MappedSuperclass<T> MappedSuperclass.access(AccessType access)
          Sets the access attribute
 OrmDescriptor OrmDescriptor.access(AccessType access)
          Sets the access element
 Embeddable<T> Embeddable.access(AccessType access)
          Sets the access attribute
 PersistenceUnitDefaults<T> PersistenceUnitDefaults.access(AccessType access)
          Sets the access element
 EntityMappings<T> EntityMappings.access(AccessType access)
          Sets the access element
 Entity<T> Entity.access(AccessType access)
          Sets the access attribute
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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