com.ashridgetech.jamda.uml
Interface UmlTypes


public interface UmlTypes

Definitions of standard DataTypes, ClassTypes and InterfaceTypes for the com.ashridgetech.jamda.uml package. Contains only constants, no methods.

Author:
PBoocock

Field Summary
static StandardDataTypeDef BOOLEAN
          The standard boolean DataType.
static StandardClassDef BOOLEAN_CLASS
          The standard Boolean ClassType.
static StandardDataTypeDef BYTE
          The standard byte DataType.
static StandardClassDef BYTE_CLASS
          The standard Byte ClassType.
static StandardDataTypeDef CHAR
          The standard char DataType.
static StandardClassDef CHAR_CLASS
          The standard Character ClassType.
static StandardClassDef DATE
          The standard Date ClassType.
static StandardDataTypeDef DOUBLE
          The standard double DataType.
static StandardClassDef DOUBLE_CLASS
          The standard Double ClassType.
static StandardDataTypeDef FLOAT
          The standard float DataType.
static StandardClassDef FLOAT_CLASS
          The standard Float ClassType.
static StandardDataTypeDef INT
          The standard int DataType.
static StandardClassDef INT_CLASS
          The standard Integer ClassType.
static StandardInterfaceDef LIST
          The standard List InterfaceType.
static StandardDataTypeDef LONG
          The standard long DataType.
static StandardClassDef LONG_CLASS
          The standard Long ClassType.
static StandardInterfaceDef SERIALIZABLE
          The standard Serializable InterfaceType.
static StandardDataTypeDef SHORT
          The standard short DataType.
static StandardClassDef SHORT_CLASS
          The standard Short ClassType.
static StandardClassDef STRING
          The standard String ClassType.
static StandardDataTypeDef VOID
          The standard void DataType.
 

Field Detail

VOID

public static final StandardDataTypeDef VOID
The standard void DataType.


CHAR

public static final StandardDataTypeDef CHAR
The standard char DataType.


BYTE

public static final StandardDataTypeDef BYTE
The standard byte DataType.


INT

public static final StandardDataTypeDef INT
The standard int DataType.


SHORT

public static final StandardDataTypeDef SHORT
The standard short DataType.


LONG

public static final StandardDataTypeDef LONG
The standard long DataType.


DOUBLE

public static final StandardDataTypeDef DOUBLE
The standard double DataType.


FLOAT

public static final StandardDataTypeDef FLOAT
The standard float DataType.


BOOLEAN

public static final StandardDataTypeDef BOOLEAN
The standard boolean DataType.


STRING

public static final StandardClassDef STRING
The standard String ClassType.


CHAR_CLASS

public static final StandardClassDef CHAR_CLASS
The standard Character ClassType.


BYTE_CLASS

public static final StandardClassDef BYTE_CLASS
The standard Byte ClassType.


INT_CLASS

public static final StandardClassDef INT_CLASS
The standard Integer ClassType.


SHORT_CLASS

public static final StandardClassDef SHORT_CLASS
The standard Short ClassType.


LONG_CLASS

public static final StandardClassDef LONG_CLASS
The standard Long ClassType.


DOUBLE_CLASS

public static final StandardClassDef DOUBLE_CLASS
The standard Double ClassType.


FLOAT_CLASS

public static final StandardClassDef FLOAT_CLASS
The standard Float ClassType.


BOOLEAN_CLASS

public static final StandardClassDef BOOLEAN_CLASS
The standard Boolean ClassType.


DATE

public static final StandardClassDef DATE
The standard Date ClassType.


LIST

public static final StandardInterfaceDef LIST
The standard List InterfaceType.


SERIALIZABLE

public static final StandardInterfaceDef SERIALIZABLE
The standard Serializable InterfaceType.



Copyright © 2003 Ashridge Technologies Ltd. All Rights Reserved.