Class Config

java.lang.Object
oracle.rules.sdk2.dictionary.Config

public abstract class Config extends Object
  • Constructor Details

  • Method Details

    • getOptionalProperties

      public List<ConfigProperty> getOptionalProperties()
      to get all the config properties
      Returns:
      lis of all the config properties
    • getProperty

      public ConfigProperty getProperty(String propertyName)
      to get the configproperty instance
      Parameters:
      propertyName - name of the property
      Returns:
      config property associated with the given property name