public enum ModalityType extends Enum<ModalityType>
| Enum Constant and Description |
|---|
AIS
the information, estimate, or determination is derived from an Automated Identification System
source.
|
BFT
the information, estimate, or determination is derived from a Blue Force Tracking source.
|
BIOMETRICS
the information, estimate, or determination is derived from a Biometrics source.
|
COMINT_EXTERNALS
the information, estimate, or determination is derived from a Communications Intelligence
Externals source.
|
COMINT_INTERNALS
the information, estimate, or determination is derived from a Communications Intelligence
Internals source.
|
DOPPLER_SIGNATURE
the information, estimate, or determination is derived from a radar Doppler source
|
ELINT
the information, estimate, or determination is derived from a Electronics Intelligence source.
|
HRR_SIGNATURE
the information, estimate, or determination is derived from a radar High Range Resolution
source.
|
HUMINT
the information, estimate, or determination is derived from a Human Intelligence source.
|
IMAGE_SIGNATURE
the information, estimate, or determination is derived from a Still or Video source.
|
MASINT
the information, estimate, or determination is derived from a Measurement and Signal
Intelligence source.
|
MIXED
the information, estimate, or determination is derived from a combination of two or more
sources.
|
OSINT
the information, estimate, or determination is derived from a Open Source Intelligence source.
|
OTHER
the information, estimate, or determination is derived from other types of sources, such as
Link 16.
|
| Modifier and Type | Method and Description |
|---|---|
static ModalityType |
fromString(String value) |
String |
toString() |
static ModalityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModalityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModalityType DOPPLER_SIGNATURE
public static final ModalityType HRR_SIGNATURE
public static final ModalityType IMAGE_SIGNATURE
public static final ModalityType HUMINT
public static final ModalityType MASINT
public static final ModalityType ELINT
public static final ModalityType COMINT_EXTERNALS
public static final ModalityType COMINT_INTERNALS
public static final ModalityType OSINT
public static final ModalityType BIOMETRICS
public static final ModalityType AIS
public static final ModalityType BFT
public static final ModalityType MIXED
public static final ModalityType OTHER
public static ModalityType[] values()
for (ModalityType c : ModalityType.values()) System.out.println(c);
public static ModalityType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ModalityType fromString(String value)
public String toString()
toString in class Enum<ModalityType>Copyright © 2013–2019. All rights reserved.