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