|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Property<T>
This interface defines the contract for the property
xsd type
Original Documentation:
A name-value pair.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name element |
java.lang.String |
getValue()
Returns the value element |
Property<T> |
removeName()
Removes the name attribute |
Property<T> |
removeValue()
Removes the value attribute |
Property<T> |
setName(java.lang.String name)
Sets the name attribute |
Property<T> |
setValue(java.lang.String value)
Sets the value attribute |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
Property<T> setName(java.lang.String name)
name
attribute
name
- the value for the attribute name
Property
Property<T> removeName()
name
attribute
Property
java.lang.String getName()
name
element
name
Property<T> setValue(java.lang.String value)
value
attribute
value
- the value for the attribute value
Property
Property<T> removeValue()
value
attribute
Property
java.lang.String getValue()
value
element
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |