public class SubordinateSetAttribute
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
allValues |
protected static java.util.List |
nullResult |
protected ReconInfo |
reconInfo |
Constructor and Description |
---|
SubordinateSetAttribute(ReconInfo reconInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.lang.Object value,
ReconValue objectInstance)
Adds the value to the container; assumes that the objects come in sorted
in ascending order on their numerical unique ID (required for the proper
operation of set operations)
|
protected java.lang.Object |
convertCase(java.lang.Object value)
Convert value to upper case if it's a String and the recon task is case insensitive
|
java.util.List |
evaluateOperatorEquals(java.lang.Object value) |
protected static final java.util.List nullResult
protected ReconInfo reconInfo
protected java.util.Map allValues
public SubordinateSetAttribute(ReconInfo reconInfo)
public void addValue(java.lang.Object value, ReconValue objectInstance)
value
- the ALN value of an attribute; null and "" are treated equallyobjectInstance
- the instance of the subordinate object that has this value of
the attribute that this SubordinateSetAttribute
refers topublic java.util.List evaluateOperatorEquals(java.lang.Object value)
protected java.lang.Object convertCase(java.lang.Object value)
value
-