Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table lists the available types, their type descriptions and the runtime implementation classes.

Image Removed TypeMediationZone Type

Type Description

Java Object Type

any

DRUDRType.PT_ANY()

Object

bigint

DRUDRType.PT_BIGINT()

BigInteger

bitset

DRUDRType.PT_BIT_SET()

DRBitSet

boolean

DRUDRType.PT_BOOLEAN()

Boolean

byte

DRUDRType.PT_BYTE()

byte

bytearray

DRUDRRawDataDesc

byte[]

char

DRUDRType.PT_CHAR()

char

date

DRUDRType.PT_DATE()

DRDate

float

DRUDRType.PT_FLOAT()

float

double

DRUDRType.PT_DOUBLE()

double

int

DRUDRType.PT_INT()

int

ipaddress

DRUDRType.PT_IPADDRESS()

DRIPAddress

long

DRUDRType.PT_LONG()

long

short

DRUDRType.PT_SHORT()

short

string

DRUDRType.PT_STRING()

String

table

DRUDRTableType

DRTable

list type

DRUDRListDesc

DRList

map type

DRUDRMapDesc

Map

General UDR type

DRUDRDesc

DRUDR subtype

DevKit UDR type

DRUDRClassDesc

DRAbstractUDR subclass

...