|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bmc.mainview.nvbapi.Field
public final class Field
A class holding a field definition
View.getField(int)
,
View.getField(String)
,
View.getValue(int, Field)
,
View.getRawValue(int, Field)
Field Summary | |
---|---|
static int |
CHAR
The data type is character |
static int |
CONSTANT
The data type is constant text |
int |
dataType
The data type One of CHAR, NUMBER, HEX, DATE, TIME, or CONSTANT |
static int |
DATE
The data type is date |
java.lang.String |
hdr1
The first line of the column label |
java.lang.String |
hdr2
The second line of the column label |
static int |
HEX
The data type is hexadecimal |
Hyperlink[] |
hyperlinks
The Hyperlinks associated with this field |
java.lang.String |
id
The single-letter column name |
java.lang.String |
name
The data name in the record |
static int |
NUMBER
The data type is numeric |
static int |
TIME
The data type is time (might be time of day, might be elapsed time) |
static java.lang.String[] |
TYPES
|
int |
width
The width of the field |
Constructor Summary | |
---|---|
Field(XML col)
Create a new Field definition from the attributes of a map element |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String id
public java.lang.String hdr1
public java.lang.String hdr2
public Hyperlink[] hyperlinks
View.setHyperlinks(boolean)
public static final int CHAR
public static final int NUMBER
public static final int HEX
public static final int DATE
public static final int TIME
public static final int CONSTANT
public static final java.lang.String[] TYPES
public int dataType
public int width
Constructor Detail |
---|
public Field(XML col)
col
- An XML element from a map returned by mapGetConversation.mapGet()
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |