Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.javaee7 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.impl.javaee7 |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefType.createPersistenceProperty()
Creates a new
persistence-property element |
PropertyType<MailSessionType<T>> |
MailSessionType.createProperty()
Creates a new
property element |
PropertyType<JmsDestinationType<T>> |
JmsDestinationType.createProperty()
Creates a new
property element |
PropertyType<JmsConnectionFactoryType<T>> |
JmsConnectionFactoryType.createProperty()
Creates a new
property element |
PropertyType<DataSourceType<T>> |
DataSourceType.createProperty()
Creates a new
property element |
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceType.createProperty()
Creates a new
property element |
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectType.createProperty()
Creates a new
property element |
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefType.getOrCreatePersistenceProperty()
If not already created, a new
persistence-property element will be created and returned. |
PropertyType<MailSessionType<T>> |
MailSessionType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<JmsDestinationType<T>> |
JmsDestinationType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<JmsConnectionFactoryType<T>> |
JmsConnectionFactoryType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<DataSourceType<T>> |
DataSourceType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectType.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<T> |
PropertyType.id(String id)
Sets the
id attribute |
PropertyType<T> |
PropertyType.name(String name)
Sets the
name element |
PropertyType<T> |
PropertyType.removeId()
Removes the
id attribute |
PropertyType<T> |
PropertyType.removeName()
Removes the
name element |
PropertyType<T> |
PropertyType.removeValue()
Removes the
value element |
PropertyType<T> |
PropertyType.value(String value)
Sets the
value element |
Modifier and Type | Method and Description |
---|---|
List<PropertyType<PersistenceContextRefType<T>>> |
PersistenceContextRefType.getAllPersistenceProperty()
Returns all
persistence-property elements |
List<PropertyType<MailSessionType<T>>> |
MailSessionType.getAllProperty()
Returns all
property elements |
List<PropertyType<JmsDestinationType<T>>> |
JmsDestinationType.getAllProperty()
Returns all
property elements |
List<PropertyType<JmsConnectionFactoryType<T>>> |
JmsConnectionFactoryType.getAllProperty()
Returns all
property elements |
List<PropertyType<DataSourceType<T>>> |
DataSourceType.getAllProperty()
Returns all
property elements |
List<PropertyType<ConnectionFactoryResourceType<T>>> |
ConnectionFactoryResourceType.getAllProperty()
Returns all
property elements |
List<PropertyType<AdministeredObjectType<T>>> |
AdministeredObjectType.getAllProperty()
Returns all
property elements |
Modifier and Type | Method and Description |
---|---|
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefTypeImpl.createPersistenceProperty()
Creates a new
persistence-property element |
PropertyType<MailSessionType<T>> |
MailSessionTypeImpl.createProperty()
Creates a new
property element |
PropertyType<JmsDestinationType<T>> |
JmsDestinationTypeImpl.createProperty()
Creates a new
property element |
PropertyType<JmsConnectionFactoryType<T>> |
JmsConnectionFactoryTypeImpl.createProperty()
Creates a new
property element |
PropertyType<DataSourceType<T>> |
DataSourceTypeImpl.createProperty()
Creates a new
property element |
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceTypeImpl.createProperty()
Creates a new
property element |
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectTypeImpl.createProperty()
Creates a new
property element |
PropertyType<PersistenceContextRefType<T>> |
PersistenceContextRefTypeImpl.getOrCreatePersistenceProperty()
If not already created, a new
persistence-property element will be created and returned. |
PropertyType<MailSessionType<T>> |
MailSessionTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<JmsDestinationType<T>> |
JmsDestinationTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<JmsConnectionFactoryType<T>> |
JmsConnectionFactoryTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<DataSourceType<T>> |
DataSourceTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<ConnectionFactoryResourceType<T>> |
ConnectionFactoryResourceTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<AdministeredObjectType<T>> |
AdministeredObjectTypeImpl.getOrCreateProperty()
If not already created, a new
property element will be created and returned. |
PropertyType<T> |
PropertyTypeImpl.id(String id)
Sets the
id attribute |
PropertyType<T> |
PropertyTypeImpl.name(String name)
Sets the
name element |
PropertyType<T> |
PropertyTypeImpl.removeId()
Removes the
id attribute |
PropertyType<T> |
PropertyTypeImpl.removeName()
Removes the
name element |
PropertyType<T> |
PropertyTypeImpl.removeValue()
Removes the
value element |
PropertyType<T> |
PropertyTypeImpl.value(String value)
Sets the
value element |
Modifier and Type | Method and Description |
---|---|
List<PropertyType<PersistenceContextRefType<T>>> |
PersistenceContextRefTypeImpl.getAllPersistenceProperty()
Returns all
persistence-property elements |
List<PropertyType<MailSessionType<T>>> |
MailSessionTypeImpl.getAllProperty()
Returns all
property elements |
List<PropertyType<JmsDestinationType<T>>> |
JmsDestinationTypeImpl.getAllProperty()
Returns all
property elements |
List<PropertyType<JmsConnectionFactoryType<T>>> |
JmsConnectionFactoryTypeImpl.getAllProperty()
Returns all
property elements |
List<PropertyType<DataSourceType<T>>> |
DataSourceTypeImpl.getAllProperty()
Returns all
property elements |
List<PropertyType<ConnectionFactoryResourceType<T>>> |
ConnectionFactoryResourceTypeImpl.getAllProperty()
Returns all
property elements |
List<PropertyType<AdministeredObjectType<T>>> |
AdministeredObjectTypeImpl.getAllProperty()
Returns all
property elements |
Copyright © 2021 JBoss by Red Hat. All rights reserved.