public enum CapabilityReport extends java.lang.Enum<CapabilityReport>
Enum Constant and Description |
---|
NO_COMMUNICATIONS_CAPABILITY_CA
No Communications Capability (CA)
|
NO_STATEMENT
No Statement
|
RESERVED
Reserved
|
RESERVED_2
Reserved
|
RESERVED_3
Reserved
|
SIGNIFIES_AT_LEAST_COMM_A_AND_COMM_B_CAPABILITY_AND_ABILITY_TO_SET_CA_CODE_7_AND_AIRBORNE
Signifies at Least Comm-A and Comm-B capability and Ability to Set CA Code 7 and Airborne
|
SIGNIFIES_AT_LEAST_COMM_A_AND_COMM_B_CAPABILITY_AND_ABILITY_TO_SET_CA_CODE_7_AND_EITHER_AIRBORNE_OR_ON_THE_GROUND
Signifies at Least Comm-A and Comm-B capability and Ability to Set CA Code 7 and Either Airborne or on the Ground
|
SIGNIFIES_AT_LEAST_COMM_A_AND_COMM_B_CAPABILITY_AND_ABILITY_TO_SET_CA_CODE_7_AND_ON_THE_GROUND
Signifies at Least Comm-A and Comm-B Capability and Ability to Set CA Code 7 and on the Ground
|
SIGNIFIES_THE_DOWNLINK_REQUEST_DR_FIELD_IS_NOT_EQUAL_TO_0_AND_THE_FLIGHT_STATUS_FS_FIELD_EQUALS_2_3_4_OR_5_AND_EITHER_AIRBORNE_OR_ON_THE_GROUND
Signifies the Downlink Request (DR) Field Is Not Equal To 0 and The Flight Status (FS) Field Equals 2, 3, 4 or 5, and Either Airborne or on the Ground
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static CapabilityReport |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static CapabilityReport |
unmarshalEnum(java.nio.ByteBuffer buff) |
static CapabilityReport |
unmarshalEnum(java.io.DataInputStream dis) |
static CapabilityReport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityReport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityReport NO_COMMUNICATIONS_CAPABILITY_CA
public static final CapabilityReport RESERVED
public static final CapabilityReport RESERVED_2
public static final CapabilityReport RESERVED_3
public static final CapabilityReport SIGNIFIES_AT_LEAST_COMM_A_AND_COMM_B_CAPABILITY_AND_ABILITY_TO_SET_CA_CODE_7_AND_ON_THE_GROUND
public static final CapabilityReport SIGNIFIES_AT_LEAST_COMM_A_AND_COMM_B_CAPABILITY_AND_ABILITY_TO_SET_CA_CODE_7_AND_AIRBORNE
public static final CapabilityReport SIGNIFIES_AT_LEAST_COMM_A_AND_COMM_B_CAPABILITY_AND_ABILITY_TO_SET_CA_CODE_7_AND_EITHER_AIRBORNE_OR_ON_THE_GROUND
public static final CapabilityReport SIGNIFIES_THE_DOWNLINK_REQUEST_DR_FIELD_IS_NOT_EQUAL_TO_0_AND_THE_FLIGHT_STATUS_FS_FIELD_EQUALS_2_3_4_OR_5_AND_EITHER_AIRBORNE_OR_ON_THE_GROUND
public static final CapabilityReport NO_STATEMENT
public static CapabilityReport[] values()
for (CapabilityReport c : CapabilityReport.values()) System.out.println(c);
public static CapabilityReport 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 int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static CapabilityReport getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static CapabilityReport unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static CapabilityReport unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()