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 enum
Enum 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.boolean
Indicates whether this object has the given configuration attribute.boolean
Indicates 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:
true
is this object has theattr
attribute, orfalse
otherwise
-
isImmutable
public boolean isImmutable()Indicates whether the property is mutable.- Returns:
true
is immutable,false
otherwise
-
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
-