ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return ConnectorType
 ConnectorType<T> ConnectorType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ConnectorType<T> ConnectorType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ConnectorType<T> ConnectorType.eisType(String eisType)
          Sets the eis-type element
 ConnectorType<T> ConnectorType.removeAllDescription()
          Removes the description element
 ConnectorType<T> ConnectorType.removeAllDisplayName()
          Removes the display-name element
 ConnectorType<T> ConnectorType.removeAllIcon()
          Removes all icon elements
 ConnectorType<T> ConnectorType.removeEisType()
          Removes the eis-type element
 ConnectorType<T> ConnectorType.removeLicense()
          Removes the license element
 ConnectorType<T> ConnectorType.removeResourceadapter()
          Removes the resourceadapter element
 ConnectorType<T> ConnectorType.removeResourceadapterVersion()
          Removes the resourceadapter-version element
 ConnectorType<T> ConnectorType.removeVendorName()
          Removes the vendor-name element
 ConnectorType<T> ConnectorType.removeVersion()
          Removes the version attribute
 ConnectorType<T> ConnectorType.resourceadapterVersion(String resourceadapterVersion)
          Sets the resourceadapter-version element
 ConnectorType<T> ConnectorType.vendorName(String vendorName)
          Sets the vendor-name element
 ConnectorType<T> ConnectorType.version(String version)
          Sets the version attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.connector15 that return types with arguments of type ConnectorType
 IconType<ConnectorType<T>> ConnectorType.createIcon()
          Creates a new icon element
 List<IconType<ConnectorType<T>>> ConnectorType.getAllIcon()
          Returns all icon elements
 IconType<ConnectorType<T>> ConnectorType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 LicenseType<ConnectorType<T>> ConnectorType.getOrCreateLicense()
          If not already created, a new license element with the given value will be created.
 ResourceadapterType<ConnectorType<T>> ConnectorType.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.