Class ConfigProperty

java.lang.Object
oracle.as.scheduler.ConfigProperty
All Implemented Interfaces:
Serializable

public class ConfigProperty extends Object implements Serializable
Application configuration property.
See Also:
  • Method Details

    • hasAttribute

      public boolean hasAttribute(ConfigProperty.ConfigPropertyAttribute attr)
      Indicates whether this object has the given configuration attribute.
      Parameters:
      attr - the attribute to check for
      Returns:
      true is this object has the attr attribute, or false otherwise
    • isImmutable

      public boolean isImmutable()
      Indicates whether the property is mutable.
      Returns:
      true is immutable, false otherwise
    • getName

      public String getName()
      Gets the name of this config property
      Returns:
      the property name
    • getType

      public String getType()
      Gets the type of this config property. Can be either "ESS" or "APP".
      Returns:
      the property type
    • getValue

      public String getValue()
      Gets the value of this config property.
      Returns:
      the property value
    • toString

      public String toString()
      Overrides:
      toString in class Object