public class RestBodyAttachmentContentParticle extends AbstractFormEditorParticle implements MultipleContentEditorParticle
FormEditorParticle.Type| Constructor and Description |
|---|
RestBodyAttachmentContentParticle(com.eviware.soapui.impl.rest.RestRequestInterface restRequest,
com.eviware.soapui.impl.rest.RestRepresentation currentRepresentation,
FormEditorParticle parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(String value) |
int |
getMaxValues() |
int |
getMinValues() |
String[] |
getOptions() |
org.apache.xmlbeans.SchemaType |
getSchemaType() |
String |
getValueAt(int index) |
int |
getValueCount() |
String[] |
getValues() |
boolean |
isAttribute() |
boolean |
isRequired() |
void |
removeValueAt(int index) |
void |
setValueAt(int index,
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, validatepublic RestBodyAttachmentContentParticle(com.eviware.soapui.impl.rest.RestRequestInterface restRequest,
com.eviware.soapui.impl.rest.RestRepresentation currentRepresentation,
FormEditorParticle 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[] getValues()
getValues in interface MultipleContentEditorParticlepublic int getValueCount()
getValueCount in interface MultipleContentEditorParticlepublic String getValueAt(int index)
getValueAt in interface MultipleContentEditorParticlepublic void setValueAt(int index,
String value)
setValueAt in interface MultipleContentEditorParticlepublic void removeValueAt(int index)
removeValueAt in interface MultipleContentEditorParticlepublic void addValue(String value)
addValue in interface MultipleContentEditorParticlepublic int getMaxValues()
getMaxValues in interface MultipleContentEditorParticlepublic int getMinValues()
getMinValues in interface MultipleContentEditorParticleCopyright © 2013. All Rights Reserved.