|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ironjacamar.impl.ConfigPropertyTypeImpl<T>
public class ConfigPropertyTypeImpl<T>
This class implements the config-propertyType
xsd type
Constructor Summary | |
---|---|
ConfigPropertyTypeImpl(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 | |
---|---|
String |
getName()
Returns the name attribute |
String |
getText()
Returns the body text of the element config-propertyType |
ConfigPropertyType<T> |
name(String name)
Sets the name attribute |
ConfigPropertyType<T> |
removeName()
Removes the name attribute |
ConfigPropertyType<T> |
text(String value)
Sets the body text for the element config-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 ConfigPropertyTypeImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ConfigPropertyTypeImpl(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 ConfigPropertyType<T> text(String value)
config-propertyType
text
in interface ConfigPropertyType<T>
configPropertyType
- the value for the body text config-propertyType
ConfigPropertyType
public String getText()
config-propertyType
getText
in interface ConfigPropertyType<T>
config-propertyType
public ConfigPropertyType<T> name(String name)
name
attribute
name
in interface ConfigPropertyType<T>
name
- the value for the attribute name
ConfigPropertyType
public String getName()
name
attribute
getName
in interface ConfigPropertyType<T>
name
public ConfigPropertyType<T> removeName()
name
attribute
removeName
in interface ConfigPropertyType<T>
ConfigPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |