Class WebDescriptorAdapter.EnvEntryInfo

java.lang.Object
com.webmethods.portal.webapp.config.WebDescriptorAdapter.EnvEntryInfo
Enclosing class:
WebDescriptorAdapter

public static class WebDescriptorAdapter.EnvEntryInfo extends Object
  • Constructor Details

    • EnvEntryInfo

      public EnvEntryInfo(String name, String type, String value, String description)
      Parameters:
      name -
      value -
      description -
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getType

      public String getType()
      Returns:
      the type
    • getValue

      public String getValue()
      Returns:
      the value
    • getDescription

      public String getDescription()
      Returns:
      the description