NextDom\Enums\NextDomObj
Class NextDomObj
Synopsis
class NextDomObj
extends Enum
{
- // constants
- const CMD = 'cmd';
- const CRON = 'cron';
- const EQLOGIC = 'eqLogic';
- const DATASTORE = 'dataStore';
- const HISTORY = 'history';
- const HISTORY_ARCH = 'historyArch';
- const INTERACT = 'interact';
- const WIDGET = 'widget';
- const INTERACT_DEF = 'interactDef';
- const INTERACT_QUERY = 'interactQuery';
- const JEE_OBJECT = 'jeeObject';
- const LISTENER = 'listener';
- const MESSAGE = 'message';
- const NOTE = 'note';
- const OBJECT = 'object';
- const PLAN = 'plan';
- const PLAN_HEADER = 'planHeader';
- const PLAN_OBJECT = 'planObject';
- const PLUGIN = 'plugin';
- const SCENARIO = 'scenario';
- const SCENARIO_ELEMENT = 'scenarioElement';
- const SCENARIO_EXPR = 'scenarioExpression';
- const SCENARIO_SUB_ELEMENT = 'scenarioSubElement';
- const SCENARIOS = 'scenarios';
- const UPDATE = 'update';
- const USER = 'user';
- const VIEW = 'view';
- const VIEW_DATA = 'viewData';
- const VIEW_ZONE = 'viewZone';
- // Inherited methods from Enum
- public static bool exists()
- public static array getConstants()
- public static array getValues()
Hierarchy
Extends
Constants
Name | Value |
---|---|
CMD | 'cmd' |
CRON | 'cron' |
EQLOGIC | 'eqLogic' |
DATASTORE | 'dataStore' |
HISTORY | 'history' |
HISTORY_ARCH | 'historyArch' |
INTERACT | 'interact' |
WIDGET | 'widget' |
INTERACT_DEF | 'interactDef' |
INTERACT_QUERY | 'interactQuery' |
JEE_OBJECT | 'jeeObject' |
LISTENER | 'listener' |
MESSAGE | 'message' |
NOTE | 'note' |
OBJECT | 'object' |
PLAN | 'plan' |
PLAN_HEADER | 'planHeader' |
PLAN_OBJECT | 'planObject' |
PLUGIN | 'plugin' |
SCENARIO | 'scenario' |
SCENARIO_ELEMENT | 'scenarioElement' |
SCENARIO_EXPR | 'scenarioExpression' |
SCENARIO_SUB_ELEMENT | 'scenarioSubElement' |
SCENARIOS | 'scenarios' |
UPDATE | 'update' |
USER | 'user' |
VIEW | 'view' |
VIEW_DATA | 'viewData' |
VIEW_ZONE | 'viewZone' |
Methods
Inherited from NextDom\Enums\Enum
public
- exists()
- getConstants() — Get list of all constants
- getValues()