public interface RestParamsPropertyHolder extends MutableTestPropertyHolder, Map<String,TestProperty>
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | RestParamsPropertyHolder.ParameterStyleInternal property class | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addParameter(RestParamProperty prop) | 
| RestParamProperty | addProperty(String name) | 
| RestParamProperty | get(Object key) | 
| RestParamProperty | getProperty(String name) | 
| RestParamProperty | getPropertyAt(int index) | 
| PropertyExpansion[] | getPropertyExpansions() | 
| int | getPropertyIndex(String name) | 
| RestParamProperty | removeProperty(String propertyName) | 
| void | resetValues() | 
| void | saveTo(Properties props) | 
| void | setParameterLocation(RestParamProperty parameter,
                    NewRestResourceActionBase.ParamLocation newLocation) | 
| void | setPropertiesLabel(String propertiesLabel) | 
moveProperty, renamePropertyaddTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValueclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesRestParamProperty getProperty(String name)
getProperty in interface TestPropertyHoldervoid resetValues()
int getPropertyIndex(String name)
void saveTo(Properties props)
RestParamProperty getPropertyAt(int index)
getPropertyAt in interface TestPropertyHolderPropertyExpansion[] getPropertyExpansions()
void setPropertiesLabel(String propertiesLabel)
RestParamProperty addProperty(String name)
addProperty in interface MutableTestPropertyHolderRestParamProperty removeProperty(String propertyName)
removeProperty in interface MutableTestPropertyHolderRestParamProperty get(Object key)
get in interface Map<String,TestProperty>void addParameter(RestParamProperty prop)
void setParameterLocation(RestParamProperty parameter, NewRestResourceActionBase.ParamLocation newLocation)
Copyright © 2019. All Rights Reserved.