public enum TransmitterCryptoSystem extends java.lang.Enum<TransmitterCryptoSystem>
Enum Constant and Description |
---|
KGV_135A
KGV-135A
|
KY_100
KY-100
|
KY_28
KY-28
|
KY_57
KY-57
|
KY_58
KY-58
|
KY_75
KY-75
|
KYV_5
KYV-5
|
LINK_11_KG_40A_P_NTDS
Link 11 KG-40A-P (NTDS)
|
LINK_11_KG_40AR
Link 11 KG-40AR
|
LINK_11B_KG_40A_S
Link 11B KG-40A-S
|
NARROW_SPECTRUM_SECURE_VOICE_NSVE
Narrow Spectrum Secure Voice (NSVE)
|
NO_ENCRYPTION_DEVICE
No Encryption Device
|
SINCGARS_ICOM
SINCGARS ICOM
|
WIDE_SPECTRUM_SECURE_VOICE_WSVE
Wide Spectrum Secure Voice (WSVE)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static TransmitterCryptoSystem |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static TransmitterCryptoSystem |
unmarshalEnum(java.nio.ByteBuffer buff) |
static TransmitterCryptoSystem |
unmarshalEnum(java.io.DataInputStream dis) |
static TransmitterCryptoSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TransmitterCryptoSystem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TransmitterCryptoSystem NO_ENCRYPTION_DEVICE
public static final TransmitterCryptoSystem KY_28
public static final TransmitterCryptoSystem KY_58
public static final TransmitterCryptoSystem NARROW_SPECTRUM_SECURE_VOICE_NSVE
public static final TransmitterCryptoSystem WIDE_SPECTRUM_SECURE_VOICE_WSVE
public static final TransmitterCryptoSystem SINCGARS_ICOM
public static final TransmitterCryptoSystem KY_75
public static final TransmitterCryptoSystem KY_100
public static final TransmitterCryptoSystem KY_57
public static final TransmitterCryptoSystem KYV_5
public static final TransmitterCryptoSystem LINK_11_KG_40A_P_NTDS
public static final TransmitterCryptoSystem LINK_11B_KG_40A_S
public static final TransmitterCryptoSystem LINK_11_KG_40AR
public static final TransmitterCryptoSystem KGV_135A
public static TransmitterCryptoSystem[] values()
for (TransmitterCryptoSystem c : TransmitterCryptoSystem.values()) System.out.println(c);
public static TransmitterCryptoSystem 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 TransmitterCryptoSystem 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 TransmitterCryptoSystem unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static TransmitterCryptoSystem unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()