|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Definitions of standard DataType
s, ClassType
s and InterfaceType
s
for the com.ashridgetech.jamda.uml package. Contains only constants, no methods.
Field Detail |
public static final StandardDataTypeDef VOID
void
DataType
.
public static final StandardDataTypeDef CHAR
char
DataType
.
public static final StandardDataTypeDef BYTE
byte
DataType
.
public static final StandardDataTypeDef INT
int
DataType
.
public static final StandardDataTypeDef SHORT
short
DataType
.
public static final StandardDataTypeDef LONG
long
DataType
.
public static final StandardDataTypeDef DOUBLE
double
DataType
.
public static final StandardDataTypeDef FLOAT
float
DataType
.
public static final StandardDataTypeDef BOOLEAN
boolean
DataType
.
public static final StandardClassDef STRING
String
ClassType
.
public static final StandardClassDef CHAR_CLASS
Character
ClassType
.
public static final StandardClassDef BYTE_CLASS
Byte
ClassType
.
public static final StandardClassDef INT_CLASS
Integer
ClassType
.
public static final StandardClassDef SHORT_CLASS
Short
ClassType
.
public static final StandardClassDef LONG_CLASS
Long
ClassType
.
public static final StandardClassDef DOUBLE_CLASS
Double
ClassType
.
public static final StandardClassDef FLOAT_CLASS
Float
ClassType
.
public static final StandardClassDef BOOLEAN_CLASS
Boolean
ClassType
.
public static final StandardClassDef DATE
Date
ClassType
.
public static final StandardInterfaceDef LIST
List
InterfaceType
.
public static final StandardInterfaceDef SERIALIZABLE
Serializable
InterfaceType
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |