public static enum VisibilityFromStationDetector.LinkType extends Enum<VisibilityFromStationDetector.LinkType>
| Enum Constant and Description |
|---|
DOWNLINK
Downlink (from satellite to ground station) type of link.
|
UPLINK
Uplink (from ground station to satellite) type of link.
|
| Modifier and Type | Method and Description |
|---|---|
static VisibilityFromStationDetector.LinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisibilityFromStationDetector.LinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VisibilityFromStationDetector.LinkType UPLINK
public static final VisibilityFromStationDetector.LinkType DOWNLINK
public static VisibilityFromStationDetector.LinkType[] values()
for (VisibilityFromStationDetector.LinkType c : VisibilityFromStationDetector.LinkType.values()) System.out.println(c);
public static VisibilityFromStationDetector.LinkType 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 nullCopyright © 2025 CNES. All rights reserved.