@AnyLogicInternalCodegenAPI public static enum EventTimeout.Mode extends java.lang.Enum<EventTimeout.Mode>
Agent.getModeOf(EventTimeout)
Enum Constant and Description |
---|
EVENT_TIMEOUT_MODE_CYCLIC |
EVENT_TIMEOUT_MODE_ONCE |
EVENT_TIMEOUT_MODE_USER |
Modifier and Type | Method and Description |
---|---|
static EventTimeout.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventTimeout.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventTimeout.Mode EVENT_TIMEOUT_MODE_CYCLIC
public static final EventTimeout.Mode EVENT_TIMEOUT_MODE_ONCE
public static final EventTimeout.Mode EVENT_TIMEOUT_MODE_USER
public static EventTimeout.Mode[] values()
for (EventTimeout.Mode c : EventTimeout.Mode.values()) System.out.println(c);
public static EventTimeout.Mode valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © AnyLogic North America, LLC. All Rights Reserved.