AR System Java API

Uses of Class
com.bmc.arsys.api.DataType

Uses of DataType in com.bmc.arsys.api
 

Fields in com.bmc.arsys.api declared as DataType
static DataType DataType.ATTACHMENT
          Attachment field.
static DataType DataType.ATTACHMENT_POOL
          Attachment pool field.
static DataType DataType.BITMASK
          32-bit unsigned integer value in which each bit represents a flag turned on or off.
static DataType DataType.BYTES
          List of bytes containing binary data.
static DataType DataType.CHAR
          Null-terminated string that requires freeing allocated space.
static DataType DataType.COLUMN
          Column field.
static DataType DataType.CONTROL
          Control field.
static DataType DataType.COORDS
          List of (x,y) coordinate pairs.
static DataType DataType.CURRENCY
          Currency field.
static DataType DataType.DATE
          Date field.
static DataType DataType.DECIMAL
          Fixed-point decimal field.
static DataType DataType.DIARY
          Null-terminated string that requires freeing allocated space.
static DataType DataType.DISPLAY
          Specifies a display field (e.g., flashboards; character data).
static DataType DataType.ENUM
          Set of integer values (beginning with zero)that represent possible selection values as an indexed list.
static DataType DataType.INTEGER
          32-bit signed integer data type.
static DataType DataType.JOIN
          Join field
static DataType DataType.KEYWORD
          Integer identifying the particular keyword
static DataType DataType.NULL
          Specifies NULL value.
static DataType DataType.PAGE
          Page field.
static DataType DataType.PAGE_HOLDER
          Page holder field.
static DataType DataType.REAL
          64-bit floating-point data type.
static DataType DataType.TABLE
          Table field.
static DataType DataType.TIME
          UNIX®-style date/time stamp (number of seconds since midnight January 1,1970).
static DataType DataType.TIME_OF_DAY
          Specifies time (number of seconds since midnight).
static DataType DataType.TRIM
          Trim field.
static DataType DataType.ULONG
          32-bit unsigned integer value.
static DataType DataType.VALUELIST
           
static DataType DataType.VIEW
          Specifies a view field (character data).
 

Methods in com.bmc.arsys.api that return DataType
 DataType ExtFieldCandidatesInfo.getDataType()
          Returns list of field data types.
 DataType Value.getDataType()
          Returns the underlying Object's datatype DataType.
static DataType DataType.toDataType(int type)
          Returns an data type object from a constant.
 

Methods in com.bmc.arsys.api with parameters of type DataType
 void ObjectPrinter.printDataType(String indent, String header, DataType value)
           
 

Constructors in com.bmc.arsys.api with parameters of type DataType
Value(Object val, DataType dt)
           
Value(String stringRepresentation, DataType valueType)
          Construct a value Object from a String representation and DataType.
 


AR System Java API

© Copyright 2006, 2007 BMC Software, Inc.