
public interface DriverType<T>
extends org.jboss.shrinkwrap.descriptor.api.Child<T>
driverType xsd type| Modifier and Type | Method and Description |
|---|---|
DriverType<T> |
datasourceClass(String datasourceClass)
Sets the
datasource-class element |
DriverType<T> |
driverClass(String driverClass)
Sets the
driver-class element |
String |
getDatasourceClass()
Returns the
datasource-class element |
String |
getDriverClass()
Returns the
driver-class element |
Integer |
getMajorVersion()
Returns the
major-version attribute |
Integer |
getMinorVerion()
Returns the
minor-verion attribute |
String |
getModule()
Returns the
module attribute |
String |
getName()
Returns the
name attribute |
String |
getXaDatasourceClass()
Returns the
xa-datasource-class element |
DriverType<T> |
majorVersion(Integer majorVersion)
Sets the
major-version attribute |
DriverType<T> |
minorVerion(Integer minorVerion)
Sets the
minor-verion attribute |
DriverType<T> |
module(String module)
Sets the
module attribute |
DriverType<T> |
name(String name)
Sets the
name attribute |
DriverType<T> |
removeDatasourceClass()
Removes the
datasource-class element |
DriverType<T> |
removeDriverClass()
Removes the
driver-class element |
DriverType<T> |
removeMajorVersion()
Removes the
major-version attribute |
DriverType<T> |
removeMinorVerion()
Removes the
minor-verion attribute |
DriverType<T> |
removeModule()
Removes the
module attribute |
DriverType<T> |
removeName()
Removes the
name attribute |
DriverType<T> |
removeXaDatasourceClass()
Removes the
xa-datasource-class element |
DriverType<T> |
xaDatasourceClass(String xaDatasourceClass)
Sets the
xa-datasource-class element |
DriverType<T> driverClass(String driverClass)
driver-class elementdriverClass - the value for the element driver-classDriverTypeString getDriverClass()
driver-class elementdriver-classDriverType<T> removeDriverClass()
driver-class elementDriverTypeDriverType<T> datasourceClass(String datasourceClass)
datasource-class elementdatasourceClass - the value for the element datasource-classDriverTypeString getDatasourceClass()
datasource-class elementdatasource-classDriverType<T> removeDatasourceClass()
datasource-class elementDriverTypeDriverType<T> xaDatasourceClass(String xaDatasourceClass)
xa-datasource-class elementxaDatasourceClass - the value for the element xa-datasource-classDriverTypeString getXaDatasourceClass()
xa-datasource-class elementxa-datasource-classDriverType<T> removeXaDatasourceClass()
xa-datasource-class elementDriverTypeDriverType<T> name(String name)
name attributename - the value for the attribute nameDriverTypeString getName()
name attributenameDriverType<T> removeName()
name attributeDriverTypeDriverType<T> module(String module)
module attributemodule - the value for the attribute moduleDriverTypeString getModule()
module attributemoduleDriverType<T> removeModule()
module attributeDriverTypeDriverType<T> majorVersion(Integer majorVersion)
major-version attributemajorVersion - the value for the attribute major-versionDriverTypeInteger getMajorVersion()
major-version attributemajor-versionDriverType<T> removeMajorVersion()
major-version attributeDriverTypeDriverType<T> minorVerion(Integer minorVerion)
minor-verion attributeminorVerion - the value for the attribute minor-verionDriverTypeInteger getMinorVerion()
minor-verion attributeminor-verionDriverType<T> removeMinorVerion()
minor-verion attributeDriverTypeCopyright © 2014 IronJacamar (http://www.ironjacamar.org)