Uses of Interface
org.jboss.datasources.api.ConnectionPropertyType

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

Uses of ConnectionPropertyType in org.jboss.datasources.api
 

Methods in org.jboss.datasources.api that return ConnectionPropertyType
 ConnectionPropertyType<DatasourceType<T>> DatasourceType.createConnectionProperty()
          Creates a new connection-property element
 ConnectionPropertyType<DatasourceType<T>> DatasourceType.getOrCreateConnectionProperty()
          If not already created, a new connection-property element will be created and returned.
 ConnectionPropertyType<T> ConnectionPropertyType.name(String name)
          Sets the name attribute
 ConnectionPropertyType<T> ConnectionPropertyType.removeName()
          Removes the name attribute
 ConnectionPropertyType<T> ConnectionPropertyType.text(String value)
          Sets the body text for the element connection-propertyType
 

Methods in org.jboss.datasources.api that return types with arguments of type ConnectionPropertyType
 List<ConnectionPropertyType<DatasourceType<T>>> DatasourceType.getAllConnectionProperty()
          Returns all connection-property elements
 

Uses of ConnectionPropertyType in org.jboss.datasources.impl
 

Classes in org.jboss.datasources.impl that implement ConnectionPropertyType
 class ConnectionPropertyTypeImpl<T>
          This class implements the connection-propertyType xsd type
 

Methods in org.jboss.datasources.impl that return ConnectionPropertyType
 ConnectionPropertyType<DatasourceType<T>> DatasourceTypeImpl.createConnectionProperty()
          Creates a new connection-property element
 ConnectionPropertyType<DatasourceType<T>> DatasourceTypeImpl.getOrCreateConnectionProperty()
          If not already created, a new connection-property element will be created and returned.
 ConnectionPropertyType<T> ConnectionPropertyTypeImpl.name(String name)
          Sets the name attribute
 ConnectionPropertyType<T> ConnectionPropertyTypeImpl.removeName()
          Removes the name attribute
 ConnectionPropertyType<T> ConnectionPropertyTypeImpl.text(String value)
          Sets the body text for the element connection-propertyType
 

Methods in org.jboss.datasources.impl that return types with arguments of type ConnectionPropertyType
 List<ConnectionPropertyType<DatasourceType<T>>> DatasourceTypeImpl.getAllConnectionProperty()
          Returns all connection-property elements
 



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