public static enum ILogicRouteElementDetailItem.ScheduleStatus extends Enum<ILogicRouteElementDetailItem.ScheduleStatus>
Resource
an respect to the specific Node
.
UNKNOWN: The status is unknown.
EARLY: The Resource
was too early, WorkingHours
and OpeningHours
do
not overlap.
IDLE: The Resource
was too early but is idling until the Node
opens, except
if INode.isWaitOnEarlyArrival()
is set to false
.
INTIME: The Resource
was in time.
LATE: The Resource
was too late.
Modifier and Type | Method and Description |
---|---|
static ILogicRouteElementDetailItem.ScheduleStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ILogicRouteElementDetailItem.ScheduleStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILogicRouteElementDetailItem.ScheduleStatus UNKNOWN
public static final ILogicRouteElementDetailItem.ScheduleStatus EARLY
public static final ILogicRouteElementDetailItem.ScheduleStatus IDLE
public static final ILogicRouteElementDetailItem.ScheduleStatus INTIME
public static final ILogicRouteElementDetailItem.ScheduleStatus LATE
public static ILogicRouteElementDetailItem.ScheduleStatus[] values()
for (ILogicRouteElementDetailItem.ScheduleStatus c : ILogicRouteElementDetailItem.ScheduleStatus.values()) System.out.println(c);
public static ILogicRouteElementDetailItem.ScheduleStatus 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 © 2017–2023 DNA Evolutions GmbH. All rights reserved.