public static enum MissionBrowser.State extends java.lang.Enum<MissionBrowser.State>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName() |
static MissionBrowser.State |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MissionBrowser.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MissionBrowser.State SYNC
public static final MissionBrowser.State NOT_SYNC
public static final MissionBrowser.State REMOTE
public static final MissionBrowser.State LOCAL
public static MissionBrowser.State[] values()
for (MissionBrowser.State c : MissionBrowser.State.values()) System.out.println(c);
public static MissionBrowser.State valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getFileName()
Copyright © 2004-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.