public final class ModuleStatus
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity
Modifier and Type | Field and Description |
---|---|
boolean |
CodeGenerated |
boolean |
PrettyPrinted |
boolean |
SyntaxChecked |
boolean |
TypeChecked |
Constructor and Description |
---|
ModuleStatus() |
ModuleStatus(boolean _SyntaxChecked,
boolean _TypeChecked,
boolean _CodeGenerated,
boolean _PrettyPrinted) |