|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.6.3) E15033-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wli.config.env.NonQualifiedEnvValue
com.bea.wli.config.env.QualifiedEnvValue
public class QualifiedEnvValue
Represents an instance of an environment value embedded in a particular resource data. This class extends NonQualifiedEnvValue
and augments it by adding the reference to the resource where the environment value exists. This class fully qualifies an environment value along with the owner resource that contains it, its location within the resource, its type, and finally its value.
Constructor Summary | |
---|---|
QualifiedEnvValue(Ref owner, NonQualifiedEnvValue envValue) Constructor |
|
QualifiedEnvValue(Ref owner, java.lang.String type, java.lang.String location, java.lang.Object value) Constructor |
Method Summary | |
---|---|
Ref |
about() |
Ref |
getOwner() Returns the reference to the resource that contains this environment value |
Methods inherited from class com.bea.wli.config.env.NonQualifiedEnvValue |
---|
equals, getEnvValueType, getLocation, getValue, hashCode, isSameEnvVariable |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QualifiedEnvValue(Ref owner, NonQualifiedEnvValue envValue)
owner
- reference to the resource that contains this env valueenvValue
- the environment valuepublic QualifiedEnvValue(Ref owner, java.lang.String type, java.lang.String location, java.lang.Object value)
owner
- reference to the resource that contains this env valuetype
- the type of the environment value. ENv value types are used as simple, and informal grouping constructs to refer to a class of env values. Cannot be null.location
- an opaque representation of the location of this env value inside the resource. The form and semantics of this location is specified and understood by the creator of this env value. Cannot be nullvalue
- The actual value. Can be nullMethod Detail |
---|
public Ref getOwner()
public Ref about()
about
in interface About
|
Oracle Fusion Middleware Java API Reference for Oracle Service Bus 11g Release 1 (11.1.1.6.3) E15033-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |