java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.STNode
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice.Config

public class Config extends STNode
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getProperty

      public Property[] getProperty()
    • setProperty

      public void setProperty(Property[] property)
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • isEnableOData

      public boolean isEnableOData()
    • setEnableOData

      public void setEnableOData(boolean enableOData)