public static class ColumnIdentifier.Raw extends java.lang.Object implements Selectable.Raw
Constructor and Description |
---|
ColumnIdentifier.Raw(java.lang.String rawText,
boolean keepCase) |
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 ColumnIdentifier.Raw(java.lang.String rawText, boolean keepCase)
public ColumnIdentifier prepare(CFMetaData cfm)
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