public static class ColumnIdentifier.ColumnIdentifierValue extends java.lang.Object implements ColumnIdentifier.Raw
Constructor and Description |
---|
ColumnIdentifierValue(ColumnIdentifier identifier) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
ColumnIdentifier |
prepare(CFMetaData cfm) |
boolean |
processesSelection()
Returns true if any processing is performed on the selected column.
|
java.lang.String |
toString() |
public ColumnIdentifierValue(ColumnIdentifier identifier)
public ColumnIdentifier prepare(CFMetaData cfm)
prepare
in interface ColumnIdentifier.Raw
prepare
in interface Selectable.Raw
public boolean processesSelection()
Selectable.Raw
processesSelection
in interface Selectable.Raw
public final int hashCode()
hashCode
in class java.lang.Object
public final boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2015 The Apache Software Foundation