public class ColumnInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ColumnInfo.ColumnType
Enumeration defining the types available in a column.
|
Constructor and Description |
---|
ColumnInfo(String name,
String description,
ColumnInfo.ColumnType type,
String unitName,
Double gapThreslhold,
boolean userVisible)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Double |
getGapThreshold()
Get the gap threshold.
|
String |
getName() |
ColumnInfo.ColumnType |
getType() |
GUnit |
getUnit() |
String |
getUnitName()
Get the unit name.
|
boolean |
getUserVisible()
Get if the column is visible for the user.
|
void |
setGapThreshold(Double gapThreshold)
Set the gap threshold.
|
void |
setUserVisible(boolean isVisible)
set the column visible to the user.
|
void |
setVoidGapThreshold()
Set the gap threshold.
|
public ColumnInfo(String name, String description, ColumnInfo.ColumnType type, String unitName, Double gapThreslhold, boolean userVisible)
name
- column namedescription
- column description.type
- column type.unitName
- string containing the unit name.gapThreslhold
- gap threshold value.userVisible
- if hte column is visible for the user.public String getName()
public GUnit getUnit()
public String getUnitName()
public String getDescription()
public ColumnInfo.ColumnType getType()
public Double getGapThreshold()
public void setGapThreshold(Double gapThreshold)
gapThreshold
- the value to be given to the gap threshold.public void setVoidGapThreshold()
public boolean getUserVisible()
public void setUserVisible(boolean isVisible)
isVisible
- Determines if the user wants to set the column to visible or notCopyright © 2024. All rights reserved.