MetaBoss

com.metaboss.sdlctools.services.jdktools
Class SourceType

java.lang.Object
  extended bycom.metaboss.sdlctools.services.jdktools.SourceType

public final class SourceType
extends java.lang.Object

This structure contains comilation output


Field Summary
static SourceType METABOSS_DEVTIME
          Type describing the source code of the java class which is used in the the metaboss tool (i.e. during MetaBoss dev time).
static SourceType METABOSS_RUNTIME
          Type describing the source code of the java class which is used at the run time of the MetaBoss generated software.
static SourceType SIMPLE
          Type describing the simple source code, which only requires basic classes (rt.jar) to compile
 
Method Summary
 boolean equals(java.lang.Object pObject)
           
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIMPLE

public static final SourceType SIMPLE
Type describing the simple source code, which only requires basic classes (rt.jar) to compile


METABOSS_RUNTIME

public static final SourceType METABOSS_RUNTIME
Type describing the source code of the java class which is used at the run time of the MetaBoss generated software. It is given access to all basic run time libraries of MetaBoss


METABOSS_DEVTIME

public static final SourceType METABOSS_DEVTIME
Type describing the source code of the java class which is used in the the metaboss tool (i.e. during MetaBoss dev time). This includes all MetaBoss model user jars on the classpath

Method Detail

equals

public boolean equals(java.lang.Object pObject)

MetaBoss

Copyright © 2000-2005 Softaris Pty.Ltd. All Rights Reserved.