|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.config.env.NonQualifiedEnvValue
public class NonQualifiedEnvValue
Represents an instance of an environment value embedded in a particular resource data.
Field Summary | |
---|---|
static long |
serialVersionUID
|
Constructor Summary | |
---|---|
NonQualifiedEnvValue(NonQualifiedEnvValue other)
Constructor |
|
NonQualifiedEnvValue(String envValueType,
String location,
Object value)
Constructor. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getEnvValueType()
Returns the type of this env value |
String |
getLocation()
Returns the location for this env value |
Object |
getValue()
Returns the value |
int |
hashCode()
|
boolean |
isSameEnvVariable(NonQualifiedEnvValue other)
Returns true iff this env value and the other env value are the same type, and same location |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public NonQualifiedEnvValue(String envValueType, String location, Object value)
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. Cannot be nullvalue
- The actual value. Can be nullpublic NonQualifiedEnvValue(NonQualifiedEnvValue other)
other
- Method Detail |
---|
public String getLocation()
public Object getValue()
public String getEnvValueType()
public boolean isSameEnvVariable(NonQualifiedEnvValue other)
other
- public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |