public class ColumnConfig extends Object
Constructor and Description |
---|
ColumnConfig(ConfigSource config) |
ColumnConfig(String name,
Type type,
ConfigSource option) |
ColumnConfig(String name,
Type type,
String format)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object otherObject) |
ConfigSource |
getConfigSource() |
String |
getFormat()
Deprecated.
|
String |
getName() |
ConfigSource |
getOption() |
Type |
getType() |
int |
hashCode() |
Column |
toColumn(int index) |
String |
toString() |
@Deprecated public ColumnConfig(String name, Type type, String format)
public ColumnConfig(String name, Type type, ConfigSource option)
public ColumnConfig(ConfigSource config)
public String getName()
public Type getType()
public ConfigSource getOption()
public ConfigSource getConfigSource()
@Deprecated public String getFormat()
public Column toColumn(int index)