public static enum IdEObjectImpl.State extends Enum<IdEObjectImpl.State>
| Enum Constant and Description |
|---|
LOADED |
LOADING |
NO_LAZY_LOADING |
OPPOSITE_SETTING |
TO_BE_LOADED |
| Modifier and Type | Method and Description |
|---|---|
static IdEObjectImpl.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdEObjectImpl.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdEObjectImpl.State NO_LAZY_LOADING
public static final IdEObjectImpl.State TO_BE_LOADED
public static final IdEObjectImpl.State LOADING
public static final IdEObjectImpl.State LOADED
public static final IdEObjectImpl.State OPPOSITE_SETTING
public static IdEObjectImpl.State[] values()
for (IdEObjectImpl.State c : IdEObjectImpl.State.values()) System.out.println(c);
public static IdEObjectImpl.State 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.