public class FieldInfo extends Object
| Constructor and Description |
|---|
FieldInfo(int fieldId,
com.bmc.arsys.api.DataType dataType,
int sortDir,
int group) |
FieldInfo(int fieldId,
com.bmc.arsys.api.DataType dataType,
String label) |
| Modifier and Type | Method and Description |
|---|---|
com.bmc.arsys.api.DataType |
getDataType() |
int |
getFieldId() |
int |
getGroup() |
String |
getLabel() |
int |
getPrecision() |
int |
getSortDir() |
void |
setDataType(com.bmc.arsys.api.DataType dataType) |
void |
setFieldId(int fieldId) |
void |
setGroup(int group) |
void |
setLabel(String label) |
void |
setPrecision(int precision) |
void |
setSortDir(int sortDir) |
public FieldInfo(int fieldId,
com.bmc.arsys.api.DataType dataType,
String label)
public FieldInfo(int fieldId,
com.bmc.arsys.api.DataType dataType,
int sortDir,
int group)
public int getFieldId()
public void setFieldId(int fieldId)
public com.bmc.arsys.api.DataType getDataType()
public void setDataType(com.bmc.arsys.api.DataType dataType)
public String getLabel()
public void setLabel(String label)
public void setSortDir(int sortDir)
public int getSortDir()
public void setGroup(int group)
public int getGroup()
public void setPrecision(int precision)
public int getPrecision()
? Copyright 2013 BMC Software, Inc.