|
Kie Workbench - Common - Data modeller API 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DataModelTO.TOStatus>
org.kie.workbench.common.screens.datamodeller.model.DataModelTO.TOStatus
public static enum DataModelTO.TOStatus
| Enum Constant Summary | |
|---|---|
PERSISTENT
An element that was read form persistent status, .java files. |
|
PERSISTENT_EXTERNALLY_MODIFIED
Data objects that wasn't created by the data modeller, or was modified by an external editor and pushed to the project repository. |
|
VOLATILE
An element that was created in memory an was not saved to persistent .java file yet. |
|
| Method Summary | |
|---|---|
static DataModelTO.TOStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DataModelTO.TOStatus[] |
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 DataModelTO.TOStatus PERSISTENT
public static final DataModelTO.TOStatus VOLATILE
public static final DataModelTO.TOStatus PERSISTENT_EXTERNALLY_MODIFIED
| Method Detail |
|---|
public static DataModelTO.TOStatus[] values()
for (DataModelTO.TOStatus c : DataModelTO.TOStatus.values()) System.out.println(c);
public static DataModelTO.TOStatus 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 - Common - Data modeller API 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||