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