public enum ExceptionRuleBaseType extends Enum<ExceptionRuleBaseType> implements HasName
| Enum Constant and Description |
|---|
CUSTOM
Custom Exception rule.
|
ROUTE_BASED_MATERIAL_MGMT
Material management rule.
|
ROUTE_COMPLETION
Route completion rule.
|
ROUTE_DEFINITION
Route Definition base rule.
|
STOCK
Stock (canned) exception rule.
|
UNKNOWN
Unknown base type.
|
VIRTUAL
Virtual rule.
|
ZONE_STOP
Zone stop rule.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getName() |
static ExceptionRuleBaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionRuleBaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExceptionRuleBaseType UNKNOWN
public static final ExceptionRuleBaseType CUSTOM
public static final ExceptionRuleBaseType ROUTE_DEFINITION
public static final ExceptionRuleBaseType STOCK
public static final ExceptionRuleBaseType ZONE_STOP
Zone's MustIdentifyStops property is set to true, the system creates a rule to
identify when a device is stopped in the zone. These rules are of type ZoneStop.public static final ExceptionRuleBaseType ROUTE_COMPLETION
public static final ExceptionRuleBaseType ROUTE_BASED_MATERIAL_MGMT
public static final ExceptionRuleBaseType VIRTUAL
public static ExceptionRuleBaseType[] values()
for (ExceptionRuleBaseType c : ExceptionRuleBaseType.values()) System.out.println(c);
public static ExceptionRuleBaseType 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 nullpublic int getCode()
Copyright © 2023. All rights reserved.