public class AttachmentEditorParticle extends AbstractFormEditorParticle implements MultipleContentEditorParticle
FormEditorParticle.Type| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentEditorParticle(com.eviware.soapui.impl.wsdl.HttpAttachmentPart part,
FormEditorParticle parent,
com.eviware.soapui.impl.wsdl.AttachmentContainer attachmentContainer) |
| 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, validateprotected AttachmentEditorParticle(com.eviware.soapui.impl.wsdl.HttpAttachmentPart part,
FormEditorParticle parent,
com.eviware.soapui.impl.wsdl.AttachmentContainer attachmentContainer)
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.