|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConfigPropertyType<T>
This interface defines the contract for the config-propertyType
xsd type
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
ConfigPropertyType<T> text(String value)
config-propertyType
configPropertyType
- the value for the body text config-propertyType
ConfigPropertyType
String getText()
config-propertyType
config-propertyType
ConfigPropertyType<T> name(String name)
name
attribute
name
- the value for the attribute name
ConfigPropertyType
String getName()
name
attribute
name
ConfigPropertyType<T> removeName()
name
attribute
ConfigPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |