public class NicValue
extends java.lang.Object
NicValue
is the type returned from one of the lookup
methods defined in the NIC or the SaeLocator interface.Constructor and Description |
---|
NicValue(java.lang.String newVal)
Constructs NicValue given the goal.
|
NicValue(java.lang.String newVal,
java.util.Map steps)
Constructs NicValue given the goal and the intermediate values.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
NicValues are equal if they have equal values
|
java.util.Map |
getAllIntermediateValues()
Return all the intermediate values involved in this resolution as a Map.
|
java.lang.String |
getIntermediateValue(java.lang.String dataTypeName)
Return the intermediate value of this type involved in this resolution.
|
java.lang.String[] |
getIntermediateValues(java.lang.String dataTypeName)
Return all the intermediate values of this type involved in this resolution.
|
java.lang.String |
getValue()
Return the goal value represented by this current object.
|
int |
hashCode()
Returns hash code for this NicValue
|
boolean |
isSsrId() |
java.lang.String |
toString()
Returns string representation of the value
|
public NicValue(java.lang.String newVal, java.util.Map steps)
public NicValue(java.lang.String newVal)
public java.lang.String getValue()
public java.util.Map getAllIntermediateValues()
public java.lang.String[] getIntermediateValues(java.lang.String dataTypeName)
the
- Network Data type namepublic java.lang.String getIntermediateValue(java.lang.String dataTypeName)
the
- Network Data type namepublic java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
o
- the object to which to test equalitypublic int hashCode()
hashCode
in class java.lang.Object
public boolean isSsrId()