public final class ColumnMetadata extends Object
Constructor and Description |
---|
ColumnMetadata(String columnId)
WARNING: this class is using the upper case of column Id
|
ColumnMetadata(String columnId,
String columnLabel)
WARNING: this class is using the upper case of column Id
|
ColumnMetadata(String columnId,
String columnLabel,
HorizAlign horizAlign)
WARNING: this class is using the upper case of column Id
|
Modifier and Type | Method and Description |
---|---|
String |
getColumnId() |
String |
getColumnLabel() |
HorizAlign |
getHorizontalAlign() |
String |
toString() |
public ColumnMetadata(String columnId)
columnId
- public ColumnMetadata(String columnId, String columnLabel)
columnId
- columnLabel
- public ColumnMetadata(String columnId, String columnLabel, HorizAlign horizAlign)
columnId
- columnLabel
- horizAlign
- public String getColumnLabel()
public String getColumnId()
public HorizAlign getHorizontalAlign()
Copyright © 2006–2015. All rights reserved.