openjava.mop
Class OJPrimitive

java.lang.Object
  |
  +--openjava.mop.OJPrimitive

Deprecated. Replaced by OJSystem

public abstract class OJPrimitive
extends Object

Defines primitive types.

Since:
%SOFTWARE% 1.0
Version:
1.0
Author:
Michiaki Tatsubori
See Also:
OJSystem

Field Summary
static OJClass BYTE
          Deprecated.  
static OJClass CHAR
          Deprecated.  
static OJClass DOUBLE
          Deprecated.  
static OJClass FLOAT
          Deprecated.  
static OJClass INT
          Deprecated.  
static OJClass LONG
          Deprecated.  
static OJClass OBJECT
          Deprecated.  
static OJClass STRING
          Deprecated.  
static OJClass VOID
          Deprecated.  
 
Constructor Summary
OJPrimitive()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VOID

public static final OJClass VOID
Deprecated. 

BYTE

public static final OJClass BYTE
Deprecated. 

CHAR

public static final OJClass CHAR
Deprecated. 

INT

public static final OJClass INT
Deprecated. 

LONG

public static final OJClass LONG
Deprecated. 

FLOAT

public static final OJClass FLOAT
Deprecated. 

DOUBLE

public static final OJClass DOUBLE
Deprecated. 

STRING

public static final OJClass STRING
Deprecated. 

OBJECT

public static final OJClass OBJECT
Deprecated. 
Constructor Detail

OJPrimitive

public OJPrimitive()
Deprecated. 

SourceForge.net_Logo