com.eviware.soapui.impl.rest.support
Class RestRequestParamsPropertyHolder.InternalRestParamProperty
java.lang.Object
com.eviware.soapui.impl.rest.support.RestRequestParamsPropertyHolder.InternalRestParamProperty
- All Implemented Interfaces:
- RestParameter, RestParamProperty, RenameableTestProperty, TestProperty, java.beans.PropertyChangeListener, java.util.EventListener
- Enclosing class:
- RestRequestParamsPropertyHolder
public class RestRequestParamsPropertyHolder.InternalRestParamProperty
- extends java.lang.Object
- implements RestParamProperty, java.beans.PropertyChangeListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestRequestParamsPropertyHolder.InternalRestParamProperty
public RestRequestParamsPropertyHolder.InternalRestParamProperty(RestParamProperty override)
addPropertyChangeListener
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener
in interface RestParamProperty
addPropertyChangeListener
public void addPropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
- Specified by:
addPropertyChangeListener
in interface RestParamProperty
isDisableUrlEncoding
public boolean isDisableUrlEncoding()
- Specified by:
isDisableUrlEncoding
in interface RestParamProperty
removePropertyChangeListener
public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener
in interface RestParamProperty
removePropertyChangeListener
public void removePropertyChangeListener(java.lang.String propertyName,
java.beans.PropertyChangeListener listener)
- Specified by:
removePropertyChangeListener
in interface RestParamProperty
setDisableUrlEncoding
public void setDisableUrlEncoding(boolean encode)
- Specified by:
setDisableUrlEncoding
in interface RestParamProperty
setName
public void setName(java.lang.String name)
- Specified by:
setName
in interface RestParameter
- Specified by:
setName
in interface RenameableTestProperty
getDefaultValue
public java.lang.String getDefaultValue()
- Specified by:
getDefaultValue
in interface RestParameter
- Specified by:
getDefaultValue
in interface TestProperty
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface RestParameter
- Specified by:
getDescription
in interface TestProperty
getModelItem
public ModelItem getModelItem()
- Description copied from interface:
TestProperty
- Gets the modelItem containing this property
- Specified by:
getModelItem
in interface TestProperty
- Returns:
- the modelItem containing this property
getName
public java.lang.String getName()
- Specified by:
getName
in interface RestParameter
- Specified by:
getName
in interface TestProperty
getType
public javax.xml.namespace.QName getType()
- Specified by:
getType
in interface RestParameter
- Specified by:
getType
in interface TestProperty
getValue
public java.lang.String getValue()
- Specified by:
getValue
in interface RestParameter
- Specified by:
getValue
in interface TestProperty
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface RestParameter
- Specified by:
isReadOnly
in interface TestProperty
setValue
public void setValue(java.lang.String value)
- Specified by:
setValue
in interface RestParameter
- Specified by:
setValue
in interface TestProperty
getOptions
public java.lang.String[] getOptions()
- Specified by:
getOptions
in interface RestParameter
getRequired
public boolean getRequired()
- Specified by:
getRequired
in interface RestParameter
getStyle
public RestParamsPropertyHolder.ParameterStyle getStyle()
- Specified by:
getStyle
in interface RestParameter
setDefaultValue
public void setDefaultValue(java.lang.String default1)
- Specified by:
setDefaultValue
in interface RestParameter
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription
in interface RestParameter
setOptions
public void setOptions(java.lang.String[] arg0)
- Specified by:
setOptions
in interface RestParameter
setRequired
public void setRequired(boolean arg0)
- Specified by:
setRequired
in interface RestParameter
setStyle
public void setStyle(RestParamsPropertyHolder.ParameterStyle style)
- Specified by:
setStyle
in interface RestParameter
setType
public void setType(javax.xml.namespace.QName arg0)
- Specified by:
setType
in interface RestParameter
propertyChange
public void propertyChange(java.beans.PropertyChangeEvent evt)
- Specified by:
propertyChange
in interface java.beans.PropertyChangeListener
Copyright © 2005-2010 eviware.com. All Rights Reserved.