|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RestParamsPropertyHolder
Nested Class Summary | |
---|---|
static class |
RestParamsPropertyHolder.ParameterStyle
Internal property class |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
void |
addParameter(RestParamProperty prop)
|
RestParamProperty |
addProperty(java.lang.String name)
|
RestParamProperty |
get(java.lang.Object key)
|
RestParamProperty |
getProperty(java.lang.String name)
|
RestParamProperty |
getPropertyAt(int index)
|
PropertyExpansion[] |
getPropertyExpansions()
|
int |
getPropertyIndex(java.lang.String name)
|
RestParamProperty |
removeProperty(java.lang.String propertyName)
|
void |
resetValues()
|
void |
saveTo(java.util.Properties props)
|
void |
setPropertiesLabel(java.lang.String propertiesLabel)
|
Methods inherited from interface com.eviware.soapui.impl.wsdl.MutableTestPropertyHolder |
---|
moveProperty, renameProperty |
Methods inherited from interface com.eviware.soapui.model.TestPropertyHolder |
---|
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
---|
RestParamProperty getProperty(java.lang.String name)
getProperty
in interface TestPropertyHolder
void resetValues()
int getPropertyIndex(java.lang.String name)
void saveTo(java.util.Properties props)
RestParamProperty getPropertyAt(int index)
getPropertyAt
in interface TestPropertyHolder
PropertyExpansion[] getPropertyExpansions()
void setPropertiesLabel(java.lang.String propertiesLabel)
RestParamProperty addProperty(java.lang.String name)
addProperty
in interface MutableTestPropertyHolder
RestParamProperty removeProperty(java.lang.String propertyName)
removeProperty
in interface MutableTestPropertyHolder
RestParamProperty get(java.lang.Object key)
get
in interface java.util.Map<java.lang.String,TestProperty>
void addParameter(RestParamProperty prop)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |