Uses of Interface
org.jboss.resourceadapters.api.ConfigPropertyType

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

Uses of ConfigPropertyType in org.jboss.resourceadapters.api
 

Methods in org.jboss.resourceadapters.api that return ConfigPropertyType
 ConfigPropertyType<ConnectionDefintionType<T>> ConnectionDefintionType.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<AdminObjectType<T>> AdminObjectType.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterType.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<ExtensionType<T>> ExtensionType.getOrCreateConfigProperty()
          If not already created, a new config-property element with the given value will be created.
 ConfigPropertyType<ConnectionDefintionType<T>> ConnectionDefintionType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigPropertyType<AdminObjectType<T>> AdminObjectType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigPropertyType<T> ConfigPropertyType.name(String name)
          Sets the name attribute
 ConfigPropertyType<T> ConfigPropertyType.removeName()
          Removes the name attribute
 ConfigPropertyType<T> ConfigPropertyType.text(String value)
          Sets the body text for the element config-propertyType
 

Methods in org.jboss.resourceadapters.api that return types with arguments of type ConfigPropertyType
 List<ConfigPropertyType<ConnectionDefintionType<T>>> ConnectionDefintionType.getAllConfigProperty()
          Returns all config-property elements
 List<ConfigPropertyType<AdminObjectType<T>>> AdminObjectType.getAllConfigProperty()
          Returns all config-property elements
 List<ConfigPropertyType<ResourceAdapterType<T>>> ResourceAdapterType.getAllConfigProperty()
          Returns all config-property elements
 

Uses of ConfigPropertyType in org.jboss.resourceadapters.impl
 

Methods in org.jboss.resourceadapters.impl that return ConfigPropertyType
 ConfigPropertyType<ConnectionDefintionType<T>> ConnectionDefintionTypeImpl.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<AdminObjectType<T>> AdminObjectTypeImpl.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<ExtensionType<T>> ExtensionTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element with the given value will be created.
 ConfigPropertyType<ConnectionDefintionType<T>> ConnectionDefintionTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigPropertyType<AdminObjectType<T>> AdminObjectTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigPropertyType<ResourceAdapterType<T>> ResourceAdapterTypeImpl.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigPropertyType<T> ConfigPropertyTypeImpl.name(String name)
          Sets the name attribute
 ConfigPropertyType<T> ConfigPropertyTypeImpl.removeName()
          Removes the name attribute
 ConfigPropertyType<T> ConfigPropertyTypeImpl.text(String value)
          Sets the body text for the element config-propertyType
 

Methods in org.jboss.resourceadapters.impl that return types with arguments of type ConfigPropertyType
 List<ConfigPropertyType<ConnectionDefintionType<T>>> ConnectionDefintionTypeImpl.getAllConfigProperty()
          Returns all config-property elements
 List<ConfigPropertyType<AdminObjectType<T>>> AdminObjectTypeImpl.getAllConfigProperty()
          Returns all config-property elements
 List<ConfigPropertyType<ResourceAdapterType<T>>> ResourceAdapterTypeImpl.getAllConfigProperty()
          Returns all config-property elements
 



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