public class RestParamContentParticle extends AbstractFormEditorParticle implements SingleContentEditorParticle
FormEditorParticle.Type| Modifier | Constructor and Description |
|---|---|
protected |
RestParamContentParticle(com.eviware.soapui.impl.rest.support.RestParameter param,
RootXmlFormEditorParticle parent) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getOptions() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
String |
getValue() |
boolean |
isAttribute() |
boolean |
isRequired() |
void |
setValue(String value) |
dump, getDescription, getEditorModel, getName, getParent, getType, getTypeName, release, setDescription, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getEditorModel, getName, getParent, getType, getTypeName, release, validateprotected RestParamContentParticle(com.eviware.soapui.impl.rest.support.RestParameter param,
RootXmlFormEditorParticle parent)
public org.apache.xmlbeans.SchemaType getSchemaType()
getSchemaType in interface ContentEditorParticlepublic boolean isRequired()
isRequired in interface ContentEditorParticleisRequired in interface FormEditorParticlepublic boolean isAttribute()
isAttribute in interface ContentEditorParticlepublic String[] getOptions()
getOptions in interface ContentEditorParticlepublic String getValue()
getValue in interface SingleContentEditorParticlepublic void setValue(String value)
setValue in interface SingleContentEditorParticleCopyright © 2013. All Rights Reserved.