public static enum IMirror.MirroringState extends Enum<IMirror.MirroringState>
| Enum Constant and Description |
|---|
Close
The mirroring operation is closed but still functional
|
Open
The mirroring operation is on going
|
Purged
The mirroring resources have been purged
|
| Modifier and Type | Method and Description |
|---|---|
static IMirror.MirroringState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMirror.MirroringState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMirror.MirroringState Open
public static final IMirror.MirroringState Close
public static final IMirror.MirroringState Purged
public static IMirror.MirroringState[] values()
for (IMirror.MirroringState c : IMirror.MirroringState.values()) System.out.println(c);
public static IMirror.MirroringState 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 © 2014. All Rights Reserved.