java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.misc.common.Parameter

public class Parameter extends STNode
  • Constructor Details

    • Parameter

      public Parameter()
  • Method Details

    • getOtherAttributes

      public Object getOtherAttributes()
    • setOtherAttributes

      public void setOtherAttributes(Object otherAttributes)
    • getContent

      public String getContent()
    • setContent

      public void setContent(String content)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • isLocked

      public boolean isLocked()
    • setLocked

      public void setLocked(boolean locked)