|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PropertyType<T>
This interface defines the contract for the propertyType
xsd type
Original Documentation:
Specifies a name/value pair.
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the name element |
java.lang.String |
getValue()
Returns the value element |
PropertyType<T> |
removeName()
Removes the name element |
PropertyType<T> |
removeValue()
Removes the value element |
PropertyType<T> |
setName(java.lang.String name)
If not already created, a new name element with the given value will be created. |
PropertyType<T> |
setValue(java.lang.String value)
If not already created, a new value element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
PropertyType<T> setName(java.lang.String name)
name
element with the given value will be created.
Otherwise, the existing name
element will be updated with the given value.
PropertyType
PropertyType<T> removeName()
name
element
PropertyType
java.lang.String getName()
name
element
name
PropertyType<T> setValue(java.lang.String value)
value
element with the given value will be created.
Otherwise, the existing value
element will be updated with the given value.
PropertyType
PropertyType<T> removeValue()
value
element
PropertyType
java.lang.String getValue()
value
element
value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |