public class RestRequestParamsPropertyHolder.InternalRestParamProperty extends Object implements RestParamProperty, PropertyChangeListener
Constructor and Description |
---|
InternalRestParamProperty(RestParamProperty override) |
public InternalRestParamProperty(RestParamProperty override)
public void addPropertyChangeListener(PropertyChangeListener listener)
addPropertyChangeListener
in interface RestParamProperty
public void addPropertyChangeListener(String propertyName, PropertyChangeListener listener)
addPropertyChangeListener
in interface RestParamProperty
public boolean isDisableUrlEncoding()
isDisableUrlEncoding
in interface RestParamProperty
public void removePropertyChangeListener(PropertyChangeListener listener)
removePropertyChangeListener
in interface RestParamProperty
public void removePropertyChangeListener(String propertyName, PropertyChangeListener listener)
removePropertyChangeListener
in interface RestParamProperty
public void setDisableUrlEncoding(boolean encode)
setDisableUrlEncoding
in interface RestParamProperty
public void setName(String name)
setName
in interface RestParameter
setName
in interface RenameableTestProperty
public String getDefaultValue()
getDefaultValue
in interface RestParameter
getDefaultValue
in interface TestProperty
public String getDescription()
getDescription
in interface RestParameter
getDescription
in interface TestProperty
public ModelItem getModelItem()
TestProperty
getModelItem
in interface TestProperty
public String getName()
getName
in interface RestParameter
getName
in interface TestProperty
public QName getType()
getType
in interface RestParameter
getType
in interface TestProperty
public String getValue()
getValue
in interface RestParameter
getValue
in interface TestProperty
public boolean isReadOnly()
isReadOnly
in interface RestParameter
isReadOnly
in interface TestProperty
public void setValue(String value)
setValue
in interface RestParameter
setValue
in interface TestProperty
public String[] getOptions()
getOptions
in interface RestParameter
public boolean getRequired()
getRequired
in interface RestParameter
public RestParamsPropertyHolder.ParameterStyle getStyle()
getStyle
in interface RestParameter
public void setDefaultValue(String default1)
setDefaultValue
in interface RestParameter
public void setDescription(String description)
setDescription
in interface RestParameter
public void setOptions(String[] arg0)
setOptions
in interface RestParameter
public void setRequired(boolean arg0)
setRequired
in interface RestParameter
public void setStyle(RestParamsPropertyHolder.ParameterStyle style)
setStyle
in interface RestParameter
public NewRestResourceActionBase.ParamLocation getParamLocation()
getParamLocation
in interface RestParameter
public void setParamLocation(NewRestResourceActionBase.ParamLocation paramLocation)
setParamLocation
in interface RestParameter
public void setType(QName arg0)
setType
in interface RestParameter
public void propertyChange(PropertyChangeEvent evt)
propertyChange
in interface PropertyChangeListener
public void release()
public String getPath()
getPath
in interface RestParameter
public void setPath(String path)
setPath
in interface RestParameter
public boolean isRequestPart()
TestProperty
isRequestPart
in interface TestProperty
public org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType
in interface TestProperty
Copyright © 2019. All Rights Reserved.