public interface RestParamsPropertyHolder extends MutableTestPropertyHolder, Map<String,TestProperty>
Modifier and Type | Interface and Description |
---|---|
static class |
RestParamsPropertyHolder.ParameterStyle
Internal 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, renameProperty
addTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValue
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
RestParamProperty getProperty(String name)
getProperty
in interface TestPropertyHolder
void resetValues()
int getPropertyIndex(String name)
void saveTo(Properties props)
RestParamProperty getPropertyAt(int index)
getPropertyAt
in interface TestPropertyHolder
PropertyExpansion[] getPropertyExpansions()
void setPropertiesLabel(String propertiesLabel)
RestParamProperty addProperty(String name)
addProperty
in interface MutableTestPropertyHolder
RestParamProperty removeProperty(String propertyName)
removeProperty
in interface MutableTestPropertyHolder
RestParamProperty 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.