Package oracle.as.scheduler
Class ConfigProperty
java.lang.Object
oracle.as.scheduler.ConfigProperty
- All Implemented Interfaces:
Serializable
Application configuration property.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumEnum of configuration property attributes. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets the name of this config propertygetType()Gets the type of this config property.getValue()Gets the value of this config property.booleanIndicates whether this object has the given configuration attribute.booleanIndicates whether the property is mutable.toString()
-
Method Details
-
hasAttribute
Indicates whether this object has the given configuration attribute.- Parameters:
attr- the attribute to check for- Returns:
trueis this object has theattrattribute, orfalseotherwise
-
isImmutable
public boolean isImmutable()Indicates whether the property is mutable.- Returns:
trueis immutable,falseotherwise
-
getName
Gets the name of this config property- Returns:
- the property name
-
getType
Gets the type of this config property. Can be either "ESS" or "APP".- Returns:
- the property type
-
getValue
Gets the value of this config property.- Returns:
- the property value
-
toString
-