Class ConnectionPropertyTypeImpl<T>
java.lang.Object
org.jboss.jca.embedded.dsl.datasources12.impl.ConnectionPropertyTypeImpl<T>
- All Implemented Interfaces:
ConnectionPropertyType<T>,org.jboss.shrinkwrap.descriptor.api.Child<T>
public class ConnectionPropertyTypeImpl<T>
extends Object
implements org.jboss.shrinkwrap.descriptor.api.Child<T>, ConnectionPropertyType<T>
This class implements the
connection-propertyType xsd type-
Constructor Summary
ConstructorsConstructorDescriptionConnectionPropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node) ConnectionPropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode) -
Method Summary
-
Constructor Details
-
ConnectionPropertyTypeImpl
-
ConnectionPropertyTypeImpl
-
-
Method Details
-
up
- Specified by:
upin interfaceorg.jboss.shrinkwrap.descriptor.api.Child<T>
-
text
Sets the body text for the elementconnection-propertyType- Specified by:
textin interfaceConnectionPropertyType<T>- Parameters:
connectionPropertyType- the value for the body textconnection-propertyType- Returns:
- the current instance of
ConnectionPropertyType
-
getText
Returns the body text of the elementconnection-propertyType- Specified by:
getTextin interfaceConnectionPropertyType<T>- Returns:
- the value defined for the text
connection-propertyType
-
name
Sets thenameattribute- Specified by:
namein interfaceConnectionPropertyType<T>- Parameters:
name- the value for the attributename- Returns:
- the current instance of
ConnectionPropertyType
-
getName
Returns thenameattribute- Specified by:
getNamein interfaceConnectionPropertyType<T>- Returns:
- the value defined for the attribute
name
-
removeName
Removes thenameattribute- Specified by:
removeNamein interfaceConnectionPropertyType<T>- Returns:
- the current instance of
ConnectionPropertyType
-