public class RequestRepresentationsChoiceEditorParticle extends AbstractFormEditorParticle implements ChoiceEditorParticle
FormEditorParticle.Type| Constructor and Description |
|---|
RequestRepresentationsChoiceEditorParticle(com.eviware.soapui.impl.rest.RestRequestInterface request,
FormEditorParticle parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
beforeSave() |
Node |
createChildNode(XmlFormEditorParticle childParticle) |
String[] |
getAvailableParticleNames() |
protected XmlFormEditorParticle[] |
getChildren() |
String |
getCurrent() |
FormEditorParticle |
getCurrentParticle() |
Node |
getDomNode(boolean create) |
Node |
getRefNodeForInsert() |
SchemaItem |
getSchemaItem() |
String |
getXml() |
boolean |
isRequired() |
void |
release() |
void |
removeDomNode() |
FormEditorParticle |
setCurrent(String particleName) |
dump, getDescription, getEditorModel, getName, getParent, getType, getTypeName, setDescription, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getEditorModel, getName, getParent, getType, getTypeName, validatepublic RequestRepresentationsChoiceEditorParticle(com.eviware.soapui.impl.rest.RestRequestInterface request,
FormEditorParticle parent)
public String getCurrent()
getCurrent in interface ChoiceEditorParticlepublic FormEditorParticle getCurrentParticle()
getCurrentParticle in interface ChoiceEditorParticlepublic FormEditorParticle setCurrent(String particleName)
setCurrent in interface ChoiceEditorParticlepublic String[] getAvailableParticleNames()
getAvailableParticleNames in interface ChoiceEditorParticlepublic boolean isRequired()
isRequired in interface ChoiceEditorParticleisRequired in interface FormEditorParticleprotected XmlFormEditorParticle[] getChildren()
public Node getDomNode(boolean create)
public void release()
release in interface FormEditorParticlerelease in class AbstractFormEditorParticlepublic SchemaItem getSchemaItem()
public Node createChildNode(XmlFormEditorParticle childParticle)
public Node getRefNodeForInsert()
public void removeDomNode()
public void beforeSave()
public String getXml()
Copyright © 2013. All Rights Reserved.