public static enum LinkTypeHandler.SignalPropagationRole extends Enum<LinkTypeHandler.SignalPropagationRole>
| Enum Constant and Description |
|---|
EMITTER
The element has the role of emitter in the signal propagation.
|
RECEIVER
The element has the role of receiver in the signal propagation.
|
| Modifier and Type | Method and Description |
|---|---|
static LinkTypeHandler.SignalPropagationRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkTypeHandler.SignalPropagationRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LinkTypeHandler.SignalPropagationRole EMITTER
public static final LinkTypeHandler.SignalPropagationRole RECEIVER
public static LinkTypeHandler.SignalPropagationRole[] values()
for (LinkTypeHandler.SignalPropagationRole c : LinkTypeHandler.SignalPropagationRole.values()) System.out.println(c);
public static LinkTypeHandler.SignalPropagationRole 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.