public enum ControllerConstants extends Enum<ControllerConstants>
| Enum Constant and Description |
|---|
DEFAULT_LABELS_COUNT |
DEFAULT_OBJECTS_COUNT_FOUND_BY_NAME |
OPERATION_EVENT_TRIGGER_TYPE |
SITUATION_EVENT_TRIGGER_TYPE |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntValue() |
String |
getStringValue() |
static ControllerConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControllerConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ControllerConstants DEFAULT_LABELS_COUNT
public static final ControllerConstants DEFAULT_OBJECTS_COUNT_FOUND_BY_NAME
public static final ControllerConstants SITUATION_EVENT_TRIGGER_TYPE
public static final ControllerConstants OPERATION_EVENT_TRIGGER_TYPE
public static ControllerConstants[] values()
for (ControllerConstants c : ControllerConstants.values()) System.out.println(c);
public static ControllerConstants 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 getIntValue()
public String getStringValue()
Copyright © 2025. All rights reserved.