public enum Origin extends Enum<Origin>
ConsistencyCheckContext
to signal
from which point in the Scenario
this consistency check
originates from. It is used mainly to determine the correct distance of the
system links.Enum Constant and Description |
---|
EPP |
INTERFERENCE_LINK |
SYSTEM |
Modifier and Type | Method and Description |
---|---|
static Origin |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Origin[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Origin EPP
public static final Origin SYSTEM
public static final Origin INTERFERENCE_LINK
public static Origin[] values()
for (Origin c : Origin.values()) System.out.println(c);
public static Origin 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 © 2018. All rights reserved.