Class TemplateParameter
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.template.TemplateParameter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]getName()booleanvoidsetContent(Object[] content) voidsetDefaultValue(String defaultValue) voidsetDescription(String description) voidsetMandatory(boolean mandatory) voidvoidsetOtherAttributes(Object otherAttributes) voidsetParamNamespacePrefix(String paramNamespacePrefix) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
addNamespace, elementNode, getNamespaces, getRange, getTag, getTextNode, isSelfClosed, setTag, setTextNode
-
Constructor Details
-
TemplateParameter
public TemplateParameter()
-
-
Method Details
-
getOtherAttributes
-
setOtherAttributes
-
getContent
-
setContent
-
getName
-
setName
-
isMandatory
public boolean isMandatory() -
setMandatory
public void setMandatory(boolean mandatory) -
getDefaultValue
-
setDefaultValue
-
getParamNamespacePrefix
-
setParamNamespacePrefix
-
getDescription
-
setDescription
-