public enum ConveyorType extends java.lang.Enum<ConveyorType>
ConveyorPath
Enum Constant and Description |
---|
CONVEYOR_TYPE_BELT |
CONVEYOR_TYPE_CELL |
CONVEYOR_TYPE_ROLLER |
Modifier and Type | Method and Description |
---|---|
boolean |
isAccumulating()
Specifies if this conveyor type is accumulating or not
|
static ConveyorType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConveyorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConveyorType CONVEYOR_TYPE_ROLLER
public static final ConveyorType CONVEYOR_TYPE_BELT
public static final ConveyorType CONVEYOR_TYPE_CELL
public static ConveyorType[] values()
for (ConveyorType c : ConveyorType.values()) System.out.println(c);
public static ConveyorType 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 nullpublic boolean isAccumulating()
Copyright © AnyLogic North America, LLC. All Rights Reserved.