Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.ejbjar31 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
static PersistenceTypeType |
PersistenceTypeType.getFromStringValue(String value) |
PersistenceTypeType |
EntityBeanType.getPersistenceType()
Returns the
persistence-type element |
static PersistenceTypeType |
PersistenceTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PersistenceTypeType[] |
PersistenceTypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EntityBeanType<T> |
EntityBeanType.persistenceType(PersistenceTypeType persistenceType)
Sets the
persistence-type element |
Copyright © 2013 JBoss by Red Hat. All rights reserved.