net.sf.dc.core
Class Repository.datatypes

java.lang.Object
  extended bynet.sf.dc.core.Repository.datatypes
Enclosing class:
Repository

public static final class Repository.datatypes
extends java.lang.Object


Field Summary
static int _BOOLEAN
           
static int _COLOR
           
static int _DIMENSION
           
static int _FONT
           
static int _INTEGER
           
static int _INTEGERARRAY
           
static int _OBJECT
           
static int _REFERENCE
           
static int _STRING
           
static int _STRINGARRAY
           
 
Constructor Summary
Repository.datatypes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_STRING

public static final int _STRING
See Also:
Constant Field Values

_INTEGER

public static final int _INTEGER
See Also:
Constant Field Values

_COLOR

public static final int _COLOR
See Also:
Constant Field Values

_BOOLEAN

public static final int _BOOLEAN
See Also:
Constant Field Values

_STRINGARRAY

public static final int _STRINGARRAY
See Also:
Constant Field Values

_DIMENSION

public static final int _DIMENSION
See Also:
Constant Field Values

_INTEGERARRAY

public static final int _INTEGERARRAY
See Also:
Constant Field Values

_OBJECT

public static final int _OBJECT
See Also:
Constant Field Values

_REFERENCE

public static final int _REFERENCE
See Also:
Constant Field Values

_FONT

public static final int _FONT
See Also:
Constant Field Values
Constructor Detail

Repository.datatypes

public Repository.datatypes()