ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return Connector
 Connector<T> Connector.description(String description)
          Sets the description element
 Connector<T> Connector.displayName(String displayName)
          Sets the display-name element
 Connector<T> Connector.eisType(String eisType)
          Sets the eis-type element
 Connector<T> Connector.removeDescription()
          Removes the description element
 Connector<T> Connector.removeDisplayName()
          Removes the display-name element
 Connector<T> Connector.removeEisType()
          Removes the eis-type element
 Connector<T> Connector.removeIcon()
          Removes the icon element
 Connector<T> Connector.removeLicense()
          Removes the license element
 Connector<T> Connector.removeResourceadapter()
          Removes the resourceadapter element
 Connector<T> Connector.removeSpecVersion()
          Removes the spec-version element
 Connector<T> Connector.removeVendorName()
          Removes the vendor-name element
 Connector<T> Connector.removeVersion()
          Removes the version element
 Connector<T> Connector.specVersion(String specVersion)
          Sets the spec-version element
 Connector<T> Connector.vendorName(String vendorName)
          Sets the vendor-name element
 Connector<T> Connector.version(String version)
          Sets the version element
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector10 that return types with arguments of type Connector
 Icon<Connector<T>> Connector.getOrCreateIcon()
          If not already created, a new icon element with the given value will be created.
 License<Connector<T>> Connector.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 Resourceadapter<Connector<T>> Connector.getOrCreateResourceadapter()
          If not already created, a new resourceadapter element with the given value will be created.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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