Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaee7.PropertyType
-
Packages that use PropertyType Package Description org.jboss.shrinkwrap.descriptor.api.javaee7 Provides the interfaces and enumeration types as defined in the schemaorg.jboss.shrinkwrap.descriptor.impl.javaee7 Provides the implementation classes as defined in the schema -
-
Uses of PropertyType in org.jboss.shrinkwrap.descriptor.api.javaee7
Methods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return PropertyType Modifier and Type Method Description PropertyType<PersistenceContextRefType<T>>PersistenceContextRefType. createPersistenceProperty()Creates a newpersistence-propertyelementPropertyType<AdministeredObjectType<T>>AdministeredObjectType. createProperty()Creates a newpropertyelementPropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceType. createProperty()Creates a newpropertyelementPropertyType<DataSourceType<T>>DataSourceType. createProperty()Creates a newpropertyelementPropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryType. createProperty()Creates a newpropertyelementPropertyType<JmsDestinationType<T>>JmsDestinationType. createProperty()Creates a newpropertyelementPropertyType<MailSessionType<T>>MailSessionType. createProperty()Creates a newpropertyelementPropertyType<PersistenceContextRefType<T>>PersistenceContextRefType. getOrCreatePersistenceProperty()If not already created, a newpersistence-propertyelement will be created and returned.PropertyType<AdministeredObjectType<T>>AdministeredObjectType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<DataSourceType<T>>DataSourceType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<JmsDestinationType<T>>JmsDestinationType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<MailSessionType<T>>MailSessionType. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<T>PropertyType. id(String id)Sets theidattributePropertyType<T>PropertyType. name(String name)Sets thenameelementPropertyType<T>PropertyType. removeId()Removes theidattributePropertyType<T>PropertyType. removeName()Removes thenameelementPropertyType<T>PropertyType. removeValue()Removes thevalueelementPropertyType<T>PropertyType. value(String value)Sets thevalueelementMethods in org.jboss.shrinkwrap.descriptor.api.javaee7 that return types with arguments of type PropertyType Modifier and Type Method Description List<PropertyType<PersistenceContextRefType<T>>>PersistenceContextRefType. getAllPersistenceProperty()Returns allpersistence-propertyelementsList<PropertyType<AdministeredObjectType<T>>>AdministeredObjectType. getAllProperty()Returns allpropertyelementsList<PropertyType<ConnectionFactoryResourceType<T>>>ConnectionFactoryResourceType. getAllProperty()Returns allpropertyelementsList<PropertyType<DataSourceType<T>>>DataSourceType. getAllProperty()Returns allpropertyelementsList<PropertyType<JmsConnectionFactoryType<T>>>JmsConnectionFactoryType. getAllProperty()Returns allpropertyelementsList<PropertyType<JmsDestinationType<T>>>JmsDestinationType. getAllProperty()Returns allpropertyelementsList<PropertyType<MailSessionType<T>>>MailSessionType. getAllProperty()Returns allpropertyelements -
Uses of PropertyType in org.jboss.shrinkwrap.descriptor.impl.javaee7
Classes in org.jboss.shrinkwrap.descriptor.impl.javaee7 that implement PropertyType Modifier and Type Class Description classPropertyTypeImpl<T>This class implements thepropertyTypexsd typeMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return PropertyType Modifier and Type Method Description PropertyType<PersistenceContextRefType<T>>PersistenceContextRefTypeImpl. createPersistenceProperty()Creates a newpersistence-propertyelementPropertyType<AdministeredObjectType<T>>AdministeredObjectTypeImpl. createProperty()Creates a newpropertyelementPropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceTypeImpl. createProperty()Creates a newpropertyelementPropertyType<DataSourceType<T>>DataSourceTypeImpl. createProperty()Creates a newpropertyelementPropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryTypeImpl. createProperty()Creates a newpropertyelementPropertyType<JmsDestinationType<T>>JmsDestinationTypeImpl. createProperty()Creates a newpropertyelementPropertyType<MailSessionType<T>>MailSessionTypeImpl. createProperty()Creates a newpropertyelementPropertyType<PersistenceContextRefType<T>>PersistenceContextRefTypeImpl. getOrCreatePersistenceProperty()If not already created, a newpersistence-propertyelement will be created and returned.PropertyType<AdministeredObjectType<T>>AdministeredObjectTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<ConnectionFactoryResourceType<T>>ConnectionFactoryResourceTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<DataSourceType<T>>DataSourceTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<JmsConnectionFactoryType<T>>JmsConnectionFactoryTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<JmsDestinationType<T>>JmsDestinationTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<MailSessionType<T>>MailSessionTypeImpl. getOrCreateProperty()If not already created, a newpropertyelement will be created and returned.PropertyType<T>PropertyTypeImpl. id(String id)Sets theidattributePropertyType<T>PropertyTypeImpl. name(String name)Sets thenameelementPropertyType<T>PropertyTypeImpl. removeId()Removes theidattributePropertyType<T>PropertyTypeImpl. removeName()Removes thenameelementPropertyType<T>PropertyTypeImpl. removeValue()Removes thevalueelementPropertyType<T>PropertyTypeImpl. value(String value)Sets thevalueelementMethods in org.jboss.shrinkwrap.descriptor.impl.javaee7 that return types with arguments of type PropertyType Modifier and Type Method Description List<PropertyType<PersistenceContextRefType<T>>>PersistenceContextRefTypeImpl. getAllPersistenceProperty()Returns allpersistence-propertyelementsList<PropertyType<AdministeredObjectType<T>>>AdministeredObjectTypeImpl. getAllProperty()Returns allpropertyelementsList<PropertyType<ConnectionFactoryResourceType<T>>>ConnectionFactoryResourceTypeImpl. getAllProperty()Returns allpropertyelementsList<PropertyType<DataSourceType<T>>>DataSourceTypeImpl. getAllProperty()Returns allpropertyelementsList<PropertyType<JmsConnectionFactoryType<T>>>JmsConnectionFactoryTypeImpl. getAllProperty()Returns allpropertyelementsList<PropertyType<JmsDestinationType<T>>>JmsDestinationTypeImpl. getAllProperty()Returns allpropertyelementsList<PropertyType<MailSessionType<T>>>MailSessionTypeImpl. getAllProperty()Returns allpropertyelements
-