|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metaboss.sdlctools.services.jdktools.SourceType
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 |
public static final SourceType SIMPLE
public static final SourceType METABOSS_RUNTIME
public static final SourceType METABOSS_DEVTIME
Method Detail |
public boolean equals(java.lang.Object pObject)
|
![]() |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |