public class ValueTrimFormat extends Object implements Comparable<ValueTrimFormat>
Modifier and Type | Field and Description |
---|---|
char |
S |
Constructor and Description |
---|
ValueTrimFormat(int actualValue) |
ValueTrimFormat(int colIndex,
Types.ValueType vt,
Object o) |
ValueTrimFormat(String actualValue) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ValueTrimFormat vtf) |
ValueTrimFormat |
getACopy() |
int |
getColIndex() |
double |
getDoubleActualValue() |
String |
getNString() |
String |
getStringOfActualValue() |
Types.ValueType |
getValueType() |
boolean |
isEqual(ValueTrimFormat vtf) |
boolean |
isNotSet() |
void |
setNoSet() |
public ValueTrimFormat(int actualValue)
public ValueTrimFormat(String actualValue)
public ValueTrimFormat(int colIndex, Types.ValueType vt, Object o)
public double getDoubleActualValue()
public ValueTrimFormat getACopy()
public boolean isNotSet()
public void setNoSet()
public String getStringOfActualValue()
public boolean isEqual(ValueTrimFormat vtf)
public int getColIndex()
public int compareTo(ValueTrimFormat vtf)
compareTo
in interface Comparable<ValueTrimFormat>
public String getNString()
public Types.ValueType getValueType()
Copyright © 2021 The Apache Software Foundation. All rights reserved.