public static enum Project.SaveStatus extends Enum<Project.SaveStatus>
Modifier and Type | Method and Description |
---|---|
static Project.SaveStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Project.SaveStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Project.SaveStatus NO_FILE
public static final Project.SaveStatus UNSAVED
public static final Project.SaveStatus SAVED
public static final Project.SaveStatus MODIFIED
public static Project.SaveStatus[] values()
for (Project.SaveStatus c : Project.SaveStatus.values()) System.out.println(c);
public static Project.SaveStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 Solibri, Inc.. All rights reserved.