|
||||||||||
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 | |
---|---|
String |
getPropName()
Returns the prop-name element |
String |
getPropValue()
Returns the prop-value element |
StubPropertyType<T> |
propName(String propName)
Sets the prop-name element |
StubPropertyType<T> |
propValue(String propValue)
Sets the prop-value element |
StubPropertyType<T> |
removePropName()
Removes the prop-name element |
StubPropertyType<T> |
removePropValue()
Removes the prop-value element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
StubPropertyType<T> propName(String propName)
prop-name
element
propName
- the value for the element prop-name
StubPropertyType
String getPropName()
prop-name
element
prop-name
StubPropertyType<T> removePropName()
prop-name
element
StubPropertyType
StubPropertyType<T> propValue(String propValue)
prop-value
element
propValue
- the value for the element prop-value
StubPropertyType
String getPropValue()
prop-value
element
prop-value
StubPropertyType<T> removePropValue()
prop-value
element
StubPropertyType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |