Package com.bea.wli.config.env
Class NonQualifiedEnvValue
java.lang.Object
com.bea.wli.config.env.NonQualifiedEnvValue
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QualifiedEnvValue
Represents an instance of an environment value embedded in a particular resource data.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructorNonQualifiedEnvValue
(String envValueType, String location, Object value) Constructor. -
Method Summary
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NonQualifiedEnvValue
Constructor.- Parameters:
envValueType
- 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. May be nullvalue
- The actual value. Must be serializable. Can be null
-
NonQualifiedEnvValue
Constructor- Parameters:
other
-
-
-
Method Details
-
getLocation
Returns the location for this env value. This value can be null. -
getValue
Returns the value -
getEnvValueType
Returns the type of this env value -
isSameEnvVariable
Returns true iff this env value and the other env value are the same type, and same location- Parameters:
other
-
-
equals
-
hashCode
public int hashCode() -
toString
-