ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.connector16 that return ConfigPropertyType
 ConfigPropertyType<T> ConfigPropertyType.configPropertyConfidential(Boolean configPropertyConfidential)
          Sets the config-property-confidential element
 ConfigPropertyType<T> ConfigPropertyType.configPropertyIgnore(Boolean configPropertyIgnore)
          Sets the config-property-ignore element
 ConfigPropertyType<T> ConfigPropertyType.configPropertyName(String configPropertyName)
          Sets the config-property-name element
 ConfigPropertyType<T> ConfigPropertyType.configPropertySupportsDynamicUpdates(Boolean configPropertySupportsDynamicUpdates)
          Sets the config-property-supports-dynamic-updates 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<ActivationspecType<T>> ActivationspecType.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<ActivationspecType<T>> ActivationspecType.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.removeConfigPropertyConfidential()
          Removes the config-property-confidential element
 ConfigPropertyType<T> ConfigPropertyType.removeConfigPropertyIgnore()
          Removes the config-property-ignore element
 ConfigPropertyType<T> ConfigPropertyType.removeConfigPropertyName()
          Removes the config-property-name element
 ConfigPropertyType<T> ConfigPropertyType.removeConfigPropertySupportsDynamicUpdates()
          Removes the config-property-supports-dynamic-updates 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.connector16 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<ActivationspecType<T>>> ActivationspecType.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.