|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.test.impl.connector10.ConfigPropertyImpl<T>
public class ConfigPropertyImpl<T>
This class implements the config-property
xsd type
Constructor Summary | |
---|---|
ConfigPropertyImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node)
|
|
ConfigPropertyImpl(T t,
String nodeName,
org.jboss.shrinkwrap.descriptor.spi.node.Node node,
org.jboss.shrinkwrap.descriptor.spi.node.Node childNode)
|
Method Summary | |
---|---|
ConfigProperty<T> |
configPropertyName(String configPropertyName)
Sets the config-property-name element |
ConfigProperty<T> |
configPropertyType(String configPropertyType)
Sets the config-property-type element |
ConfigProperty<T> |
configPropertyValue(String configPropertyValue)
Sets the config-property-value element |
ConfigProperty<T> |
description(String description)
Sets the description element |
String |
getConfigPropertyName()
Returns the config-property-name element |
String |
getConfigPropertyType()
Returns the config-property-type element |
String |
getConfigPropertyValue()
Returns the config-property-value element |
String |
getDescription()
Returns the description element |
ConfigProperty<T> |
removeConfigPropertyName()
Removes the config-property-name element |
ConfigProperty<T> |
removeConfigPropertyType()
Removes the config-property-type element |
ConfigProperty<T> |
removeConfigPropertyValue()
Removes the config-property-value element |
ConfigProperty<T> |
removeDescription()
Removes the description element |
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 ConfigPropertyImpl(T t, String nodeName, org.jboss.shrinkwrap.descriptor.spi.node.Node node)
public ConfigPropertyImpl(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 ConfigProperty<T> configPropertyValue(String configPropertyValue)
config-property-value
element
configPropertyValue
in interface ConfigProperty<T>
configPropertyValue
- the value for the element config-property-value
ConfigProperty
public String getConfigPropertyValue()
config-property-value
element
getConfigPropertyValue
in interface ConfigProperty<T>
config-property-value
public ConfigProperty<T> removeConfigPropertyValue()
config-property-value
element
removeConfigPropertyValue
in interface ConfigProperty<T>
ConfigProperty
public ConfigProperty<T> description(String description)
description
element
description
in interface ConfigProperty<T>
description
- the value for the element description
ConfigProperty
public String getDescription()
description
element
getDescription
in interface ConfigProperty<T>
description
public ConfigProperty<T> removeDescription()
description
element
removeDescription
in interface ConfigProperty<T>
ConfigProperty
public ConfigProperty<T> configPropertyName(String configPropertyName)
config-property-name
element
configPropertyName
in interface ConfigProperty<T>
configPropertyName
- the value for the element config-property-name
ConfigProperty
public String getConfigPropertyName()
config-property-name
element
getConfigPropertyName
in interface ConfigProperty<T>
config-property-name
public ConfigProperty<T> removeConfigPropertyName()
config-property-name
element
removeConfigPropertyName
in interface ConfigProperty<T>
ConfigProperty
public ConfigProperty<T> configPropertyType(String configPropertyType)
config-property-type
element
configPropertyType
in interface ConfigProperty<T>
configPropertyType
- the value for the element config-property-type
ConfigProperty
public String getConfigPropertyType()
config-property-type
element
getConfigPropertyType
in interface ConfigProperty<T>
config-property-type
public ConfigProperty<T> removeConfigPropertyType()
config-property-type
element
removeConfigPropertyType
in interface ConfigProperty<T>
ConfigProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |