Class Clone
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.Mediator
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.advanced.Clone.Clone
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanbooleanvoidsetContinueParent(boolean continueParent) voidsetDescription(String description) voidvoidsetSequential(boolean sequential) voidsetTarget(CloneTarget[] target) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.mediator.Mediator
getDisplayName, setDisplayNameMethods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
Clone
public Clone()
-
-
Method Details
-
getTarget
-
setTarget
-
getId
-
setId
-
isContinueParent
public boolean isContinueParent() -
setContinueParent
public void setContinueParent(boolean continueParent) -
isSequential
public boolean isSequential() -
setSequential
public void setSequential(boolean sequential) -
getDescription
-
setDescription
-