|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallPropertyType<T>
This interface defines the contract for the call-propertyType
xsd type
Method Summary | |
---|---|
java.lang.String |
getPropName()
Returns the prop-name element |
java.lang.String |
getPropValue()
Returns the prop-value element |
CallPropertyType<T> |
removePropName()
Removes the prop-name element |
CallPropertyType<T> |
removePropValue()
Removes the prop-value element |
CallPropertyType<T> |
setPropName(java.lang.String propName)
If not already created, a new prop-name element with the given value will be created. |
CallPropertyType<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 |
---|
CallPropertyType<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.
CallPropertyType
CallPropertyType<T> removePropName()
prop-name
element
CallPropertyType
java.lang.String getPropName()
prop-name
element
prop-name
CallPropertyType<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.
CallPropertyType
CallPropertyType<T> removePropValue()
prop-value
element
CallPropertyType
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 |