|
Kie Workbench - Commom - Data modeller Client 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataModelerContext.ParseStatus>
org.kie.workbench.common.screens.datamodeller.client.DataModelerContext.ParseStatus
public static enum DataModelerContext.ParseStatus
| Enum Constant Summary | |
|---|---|
NOT_PARSED
The source is not parsed. |
|
PARSE_ERRORS
There have been parsing errors in the last parse try. e.g when the file was loaded at editor opening time, or when the user tried to switch from the "source tab" to the "editor tab". |
|
PARSED
The source has been parsed without errors, so we basically have the model built to be shown in the editor tab. |
|
| Method Summary | |
|---|---|
static DataModelerContext.ParseStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataModelerContext.ParseStatus[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DataModelerContext.ParseStatus PARSED
public static final DataModelerContext.ParseStatus NOT_PARSED
public static final DataModelerContext.ParseStatus PARSE_ERRORS
| Method Detail |
|---|
public static DataModelerContext.ParseStatus[] values()
for (DataModelerContext.ParseStatus c : DataModelerContext.ParseStatus.values()) System.out.println(c);
public static DataModelerContext.ParseStatus valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
Kie Workbench - Commom - Data modeller Client 6.2.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||