|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StubPropertyType<T>
This interface defines the contract for the stub-propertyType
xsd type
Method Summary | |
---|---|
java.lang.String |
getPropName()
Returns the prop-name element |
java.lang.String |
getPropValue()
Returns the prop-value element |
StubPropertyType<T> |
removePropName()
Removes the prop-name element |
StubPropertyType<T> |
removePropValue()
Removes the prop-value element |
StubPropertyType<T> |
setPropName(java.lang.String propName)
If not already created, a new prop-name element with the given value will be created. |
StubPropertyType<T> |
setPropValue(java.lang.String propValue)
If not already created, a new prop-value element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
StubPropertyType<T> setPropName(java.lang.String propName)
prop-name
element with the given value will be created.
Otherwise, the existing prop-name
element will be updated with the given value.
StubPropertyType
StubPropertyType<T> removePropName()
prop-name
element
StubPropertyType
java.lang.String getPropName()
prop-name
element
prop-name
StubPropertyType<T> setPropValue(java.lang.String propValue)
prop-value
element with the given value will be created.
Otherwise, the existing prop-value
element will be updated with the given value.
StubPropertyType
StubPropertyType<T> removePropValue()
prop-value
element
StubPropertyType
java.lang.String getPropValue()
prop-value
element
prop-value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |