public static enum MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum extends java.lang.Enum<MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum>
| Enum Constant and Description |
|---|
FRIEND |
HOSTILE |
NEUTRAL |
UNFRAMED |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum FRIEND
public static final MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum NEUTRAL
public static final MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum HOSTILE
public static final MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum UNKNOWN
public static final MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum UNFRAMED
public static MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum[] values()
for (MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum c : MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum.values()) System.out.println(c);
public static MilStd2525LikeSymbolsDefinitions.SymbolShapeEnum 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-2014 FEUP-LSTS and Neptus developers. All Rights Reserved.