public static enum ClientIfcModel.ModelState extends Enum<ClientIfcModel.ModelState>
| Enum Constant and Description |
|---|
FULLY_LOADED |
LOADING |
NONE |
| Modifier and Type | Method and Description |
|---|---|
static ClientIfcModel.ModelState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientIfcModel.ModelState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientIfcModel.ModelState NONE
public static final ClientIfcModel.ModelState LOADING
public static final ClientIfcModel.ModelState FULLY_LOADED
public static ClientIfcModel.ModelState[] values()
for (ClientIfcModel.ModelState c : ClientIfcModel.ModelState.values()) System.out.println(c);
public static ClientIfcModel.ModelState 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 © 2016 OpenSource BIM. All rights reserved.