public static enum MissionTreeModel.ParentNodes extends java.lang.Enum<MissionTreeModel.ParentNodes>
| Enum Constant and Description |
|---|
CHECKLISTS |
MAP |
MARKS |
PLANS |
TRANSPONDERS |
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
nodeName |
| Modifier and Type | Method and Description |
|---|---|
static MissionTreeModel.ParentNodes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MissionTreeModel.ParentNodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MissionTreeModel.ParentNodes MAP
public static final MissionTreeModel.ParentNodes TRANSPONDERS
public static final MissionTreeModel.ParentNodes PLANS
public static final MissionTreeModel.ParentNodes MARKS
public static final MissionTreeModel.ParentNodes CHECKLISTS
public static MissionTreeModel.ParentNodes[] values()
for (MissionTreeModel.ParentNodes c : MissionTreeModel.ParentNodes.values()) System.out.println(c);
public static MissionTreeModel.ParentNodes 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 nullCopyright © 2004-2016 FEUP-LSTS and Neptus developers. All Rights Reserved.