|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Connector | |
---|---|
org.jboss.shrinkwrap.descriptor.test.api.connector10 | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.shrinkwrap.descriptor.test.impl.connector10 | Provides the implementation classes as defined in the schema |
Uses of Connector in org.jboss.shrinkwrap.descriptor.test.api.connector10 |
---|
Methods in org.jboss.shrinkwrap.descriptor.test.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.test.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. |
Uses of Connector in org.jboss.shrinkwrap.descriptor.test.impl.connector10 |
---|
Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return Connector | |
---|---|
Connector<T> |
ConnectorImpl.description(String description)
Sets the description element |
Connector<T> |
ConnectorImpl.displayName(String displayName)
Sets the display-name element |
Connector<T> |
ConnectorImpl.eisType(String eisType)
Sets the eis-type element |
Connector<T> |
ConnectorImpl.removeDescription()
Removes the description element |
Connector<T> |
ConnectorImpl.removeDisplayName()
Removes the display-name element |
Connector<T> |
ConnectorImpl.removeEisType()
Removes the eis-type element |
Connector<T> |
ConnectorImpl.removeIcon()
Removes the icon element |
Connector<T> |
ConnectorImpl.removeLicense()
Removes the license element |
Connector<T> |
ConnectorImpl.removeResourceadapter()
Removes the resourceadapter element |
Connector<T> |
ConnectorImpl.removeSpecVersion()
Removes the spec-version element |
Connector<T> |
ConnectorImpl.removeVendorName()
Removes the vendor-name element |
Connector<T> |
ConnectorImpl.removeVersion()
Removes the version element |
Connector<T> |
ConnectorImpl.specVersion(String specVersion)
Sets the spec-version element |
Connector<T> |
ConnectorImpl.vendorName(String vendorName)
Sets the vendor-name element |
Connector<T> |
ConnectorImpl.version(String version)
Sets the version element |
Methods in org.jboss.shrinkwrap.descriptor.test.impl.connector10 that return types with arguments of type Connector | |
---|---|
Icon<Connector<T>> |
ConnectorImpl.getOrCreateIcon()
If not already created, a new icon element with the given value will be created. |
License<Connector<T>> |
ConnectorImpl.getOrCreateLicense()
If not already created, a new license element with the given value will be created. |
Resourceadapter<Connector<T>> |
ConnectorImpl.getOrCreateResourceadapter()
If not already created, a new resourceadapter element with the given value will be created. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |