Uses of Interface
org.jboss.shrinkwrap.descriptor.api.connector10.ConfigProperty

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

Uses of ConfigProperty in org.jboss.shrinkwrap.descriptor.api.connector10
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return ConfigProperty
 ConfigProperty<T> ConfigProperty.configPropertyName(String configPropertyName)
          Sets the config-property-name element
 ConfigProperty<T> ConfigProperty.configPropertyType(String configPropertyType)
          Sets the config-property-type element
 ConfigProperty<T> ConfigProperty.configPropertyValue(String configPropertyValue)
          Sets the config-property-value element
 ConfigProperty<Resourceadapter<T>> Resourceadapter.createConfigProperty()
          Creates a new config-property element
 ConfigProperty<T> ConfigProperty.description(String description)
          Sets the description element
 ConfigProperty<Resourceadapter<T>> Resourceadapter.getOrCreateConfigProperty()
          If not already created, a new config-property element will be created and returned.
 ConfigProperty<T> ConfigProperty.removeConfigPropertyName()
          Removes the config-property-name element
 ConfigProperty<T> ConfigProperty.removeConfigPropertyType()
          Removes the config-property-type element
 ConfigProperty<T> ConfigProperty.removeConfigPropertyValue()
          Removes the config-property-value element
 ConfigProperty<T> ConfigProperty.removeDescription()
          Removes the description element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type ConfigProperty
 List<ConfigProperty<Resourceadapter<T>>> Resourceadapter.getAllConfigProperty()
          Returns all config-property elements
 



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