|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DriverType<T>
This interface defines the contract for the driverType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
DriverType<T> driverClass(String driverClass)
driver-class
element
driverClass
- the value for the element driver-class
DriverType
String getDriverClass()
driver-class
element
driver-class
DriverType<T> removeDriverClass()
driver-class
element
DriverType
DriverType<T> datasourceClass(String datasourceClass)
datasource-class
element
datasourceClass
- the value for the element datasource-class
DriverType
String getDatasourceClass()
datasource-class
element
datasource-class
DriverType<T> removeDatasourceClass()
datasource-class
element
DriverType
DriverType<T> xaDatasourceClass(String xaDatasourceClass)
xa-datasource-class
element
xaDatasourceClass
- the value for the element xa-datasource-class
DriverType
String getXaDatasourceClass()
xa-datasource-class
element
xa-datasource-class
DriverType<T> removeXaDatasourceClass()
xa-datasource-class
element
DriverType
DriverType<T> name(String name)
name
attribute
name
- the value for the attribute name
DriverType
String getName()
name
attribute
name
DriverType<T> removeName()
name
attribute
DriverType
DriverType<T> module(String module)
module
attribute
module
- the value for the attribute module
DriverType
String getModule()
module
attribute
module
DriverType<T> removeModule()
module
attribute
DriverType
DriverType<T> majorVersion(Integer majorVersion)
major-version
attribute
majorVersion
- the value for the attribute major-version
DriverType
Integer getMajorVersion()
major-version
attribute
major-version
DriverType<T> removeMajorVersion()
major-version
attribute
DriverType
DriverType<T> minorVerion(Integer minorVerion)
minor-verion
attribute
minorVerion
- the value for the attribute minor-verion
DriverType
Integer getMinorVerion()
minor-verion
attribute
minor-verion
DriverType<T> removeMinorVerion()
minor-verion
attribute
DriverType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |