|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.datasources.impl.ConnectionPropertyTypeImpl<T>
public class ConnectionPropertyTypeImpl<T>
This class implements the connection-propertyType
xsd type
Constructor Summary | |
---|---|
ConnectionPropertyTypeImpl(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 | |
---|---|
String |
getName()
Returns the name attribute |
String |
getText()
Returns the body text of the element connection-propertyType |
ConnectionPropertyType<T> |
name(String name)
Sets the name attribute |
ConnectionPropertyType<T> |
removeName()
Removes the name attribute |
ConnectionPropertyType<T> |
text(String value)
Sets the body text for the element connection-propertyType |
T |
up()
Returns the parent of this Child |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionPropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ConnectionPropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node, org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
Method Detail |
---|
public T up()
Child
Child
up
in interface Child<T>
Child
public ConnectionPropertyType<T> text(String value)
connection-propertyType
text
in interface ConnectionPropertyType<T>
connectionPropertyType
- the value for the body text connection-propertyType
ConnectionPropertyType
public String getText()
connection-propertyType
getText
in interface ConnectionPropertyType<T>
connection-propertyType
public ConnectionPropertyType<T> name(String name)
name
attribute
name
in interface ConnectionPropertyType<T>
name
- the value for the attribute name
ConnectionPropertyType
public String getName()
name
attribute
getName
in interface ConnectionPropertyType<T>
name
public ConnectionPropertyType<T> removeName()
name
attribute
removeName
in interface ConnectionPropertyType<T>
ConnectionPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |