Package aero.t2s.modes.constants
Enum NavigationIntegrityCategory
java.lang.Object
java.lang.Enum<NavigationIntegrityCategory>
aero.t2s.modes.constants.NavigationIntegrityCategory
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NavigationIntegrityCategory>,java.lang.constant.Constable
public enum NavigationIntegrityCategory extends java.lang.Enum<NavigationIntegrityCategory>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description RC_0_1_NMRC_0_2_NMRC_0_3_NMRC_0_5_NMRC_0_6_NMRC_1_NMRC_2_NMRC_20_NMRC_25_MRC_4_NMRC_7_5_MRC_75_MRC_8_NMRESERVED_1RESERVED_2RESERVED_3RESERVED_4UNKNOWN -
Method Summary
Modifier and Type Method Description static NavigationIntegrityCategoryairborne(int nic, int nicA, int nicB)static NavigationIntegrityCategorysurface(int nic, int nicA)java.lang.StringtoString()static NavigationIntegrityCategoryvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NavigationIntegrityCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
-
Enum Constant Details
-
UNKNOWN
-
RC_20_NM
-
RC_8_NM
-
RC_4_NM
-
RC_2_NM
-
RC_1_NM
-
RC_0_6_NM
-
RC_0_5_NM
-
RC_0_3_NM
-
RC_0_2_NM
-
RC_0_1_NM
-
RC_75_M
-
RC_25_M
-
RC_7_5_M
-
RESERVED_1
-
RESERVED_2
-
RESERVED_3
-
RESERVED_4
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
airborne
-
surface
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Enum<NavigationIntegrityCategory>
-