com.eviware.soapui.impl.rest.support
Interface RestParamsPropertyHolder

All Superinterfaces:
java.util.Map<java.lang.String,TestProperty>, MutableTestPropertyHolder, TestPropertyHolder
All Known Implementing Classes:
OverlayRestParamsPropertyHolder, RestRequestParamsPropertyHolder, XmlBeansRestParamsTestPropertyHolder

public interface RestParamsPropertyHolder
extends MutableTestPropertyHolder, java.util.Map<java.lang.String,TestProperty>


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

getProperty

RestParamProperty getProperty(java.lang.String name)
Specified by:
getProperty in interface TestPropertyHolder

resetValues

void resetValues()

getPropertyIndex

int getPropertyIndex(java.lang.String name)

saveTo

void saveTo(java.util.Properties props)

getPropertyAt

RestParamProperty getPropertyAt(int index)
Specified by:
getPropertyAt in interface TestPropertyHolder

getPropertyExpansions

PropertyExpansion[] getPropertyExpansions()

setPropertiesLabel

void setPropertiesLabel(java.lang.String propertiesLabel)

addProperty

RestParamProperty addProperty(java.lang.String name)
Specified by:
addProperty in interface MutableTestPropertyHolder

removeProperty

RestParamProperty removeProperty(java.lang.String propertyName)
Specified by:
removeProperty in interface MutableTestPropertyHolder

get

RestParamProperty get(java.lang.Object key)
Specified by:
get in interface java.util.Map<java.lang.String,TestProperty>

addParameter

void addParameter(RestParamProperty prop)


Copyright © 2005-2009 eviware.com. All Rights Reserved.