ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector15.ConfigPropertyType

Packages that use ConfigPropertyType
org.jboss.shrinkwrap.descriptor.api.connector15 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of ConfigPropertyType in org.jboss.shrinkwrap.descriptor.api.connector15
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ConfigPropertyType
 ConfigPropertyType<T> ConfigPropertyType.configPropertyName(String configPropertyName)
          Sets the config-property-name element
 ConfigPropertyType<T> ConfigPropertyType.configPropertyType(ConfigPropertyTypeType configPropertyType)
          Sets the config-property-type element
 ConfigPropertyType<T> ConfigPropertyType.configPropertyType(String configPropertyType)
          Sets the config-property-type element
 ConfigPropertyType<T> ConfigPropertyType.configPropertyValue(String configPropertyValue)
          Sets the config-property-value element
 ConfigPropertyType<AdminobjectType<T>> AdminobjectType.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<ResourceadapterType<T>> ResourceadapterType.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<ConnectionDefinitionType<T>> ConnectionDefinitionType.createConfigProperty()
          Creates a new config-property element
 ConfigPropertyType<T> ConfigPropertyType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 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<ConnectionDefinitionType<T>> ConnectionDefinitionType.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigPropertyType<T> ConfigPropertyType.removeAllDescription()
          Removes the description element
 ConfigPropertyType<T> ConfigPropertyType.removeConfigPropertyName()
          Removes the config-property-name element
 ConfigPropertyType<T> ConfigPropertyType.removeConfigPropertyType()
          Removes the config-property-type attribute
 ConfigPropertyType<T> ConfigPropertyType.removeConfigPropertyValue()
          Removes the config-property-value element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ConfigPropertyType
 List<ConfigPropertyType<AdminobjectType<T>>> AdminobjectType.getAllConfigProperty()
          Returns all config-property elements
 List<ConfigPropertyType<ResourceadapterType<T>>> ResourceadapterType.getAllConfigProperty()
          Returns all config-property elements
 List<ConfigPropertyType<ConnectionDefinitionType<T>>> ConnectionDefinitionType.getAllConfigProperty()
          Returns all config-property elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.