Uses of Interface
org.jboss.ironjacamar.api.IronjacamarType

Packages that use IronjacamarType
org.jboss.ironjacamar.api Provides the interfaces and enumeration types as defined in the schema 
org.jboss.ironjacamar.impl Provides the implementation classes as defined in the schema 
 

Uses of IronjacamarType in org.jboss.ironjacamar.api
 

Methods in org.jboss.ironjacamar.api that return IronjacamarType
 IronjacamarType<T> IronjacamarType.bootstrapContext(String bootstrapContext)
          Sets the bootstrap-context element
 IronjacamarType<T> IronjacamarType.removeAdminObjects()
          Removes the admin-objects element
 IronjacamarType<T> IronjacamarType.removeAllConfigProperty()
          Removes all config-property elements
 IronjacamarType<T> IronjacamarType.removeBeanValidationGroups()
          Removes the bean-validation-groups element
 IronjacamarType<T> IronjacamarType.removeBootstrapContext()
          Removes the bootstrap-context element
 IronjacamarType<T> IronjacamarType.removeConnectionDefinitions()
          Removes the connection-definitions element
 IronjacamarType<T> IronjacamarType.removeTransactionSupport()
          Removes the transaction-support attribute
 IronjacamarType<T> IronjacamarType.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 IronjacamarType<T> IronjacamarType.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.ironjacamar.api that return types with arguments of type IronjacamarType
 ConfigPropertyType<IronjacamarType<T>> IronjacamarType.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<IronjacamarType<T>>> IronjacamarType.getAllConfigProperty()
          Returns all config-property elements
 AdminObjectsType<IronjacamarType<T>> IronjacamarType.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 BeanValidationGroupsType<IronjacamarType<T>> IronjacamarType.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 ConfigPropertyType<IronjacamarType<T>> IronjacamarType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConnectionDefinitionsType<IronjacamarType<T>> IronjacamarType.getOrCreateConnectionDefinitions()
          If not already created, a new connection-definitions element with the given value will be created.
 

Uses of IronjacamarType in org.jboss.ironjacamar.impl
 

Classes in org.jboss.ironjacamar.impl that implement IronjacamarType
 class IronjacamarTypeImpl<T>
          This class implements the ironjacamarType xsd type
 

Methods in org.jboss.ironjacamar.impl that return IronjacamarType
 IronjacamarType<T> IronjacamarTypeImpl.bootstrapContext(String bootstrapContext)
          Sets the bootstrap-context element
 IronjacamarType<T> IronjacamarTypeImpl.removeAdminObjects()
          Removes the admin-objects element
 IronjacamarType<T> IronjacamarTypeImpl.removeAllConfigProperty()
          Removes all config-property elements
 IronjacamarType<T> IronjacamarTypeImpl.removeBeanValidationGroups()
          Removes the bean-validation-groups element
 IronjacamarType<T> IronjacamarTypeImpl.removeBootstrapContext()
          Removes the bootstrap-context element
 IronjacamarType<T> IronjacamarTypeImpl.removeConnectionDefinitions()
          Removes the connection-definitions element
 IronjacamarType<T> IronjacamarTypeImpl.removeTransactionSupport()
          Removes the transaction-support attribute
 IronjacamarType<T> IronjacamarTypeImpl.transactionSupport(String transactionSupport)
          Sets the transaction-support element
 IronjacamarType<T> IronjacamarTypeImpl.transactionSupport(TransactionSupportType transactionSupport)
          Sets the transaction-support element
 

Methods in org.jboss.ironjacamar.impl that return types with arguments of type IronjacamarType
 ConfigPropertyType<IronjacamarType<T>> IronjacamarTypeImpl.createConfigProperty()
          Creates a new config-property element
 List<ConfigPropertyType<IronjacamarType<T>>> IronjacamarTypeImpl.getAllConfigProperty()
          Returns all config-property elements
 AdminObjectsType<IronjacamarType<T>> IronjacamarTypeImpl.getOrCreateAdminObjects()
          If not already created, a new admin-objects element with the given value will be created.
 BeanValidationGroupsType<IronjacamarType<T>> IronjacamarTypeImpl.getOrCreateBeanValidationGroups()
          If not already created, a new bean-validation-groups element with the given value will be created.
 ConfigPropertyType<IronjacamarType<T>> IronjacamarTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConnectionDefinitionsType<IronjacamarType<T>> IronjacamarTypeImpl.getOrCreateConnectionDefinitions()
          If not already created, a new connection-definitions element with the given value will be created.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.