NodeType
in package
NodeType Class Doc Comment
Tags
Table of Contents
Constants
- ACCOUNT = 'ACCOUNT'
- DEMO = 'DEMO'
- FOLDER = 'FOLDER'
- MODEL = 'MODEL'
- ORGANIZATION = 'ORGANIZATION'
- Possible values of this enum
- ROOT = 'ROOT'
- SHARED = 'SHARED'
- VOLATILE = 'VOLATILE'
- WORKSPACE_ROOT = 'WORKSPACE_ROOT'
Methods
- getAllowableEnumValues() : array<string|int, string>
- Gets allowable values of the enum
Constants
ACCOUNT
public
mixed
ACCOUNT
= 'ACCOUNT'
DEMO
public
mixed
DEMO
= 'DEMO'
FOLDER
public
mixed
FOLDER
= 'FOLDER'
MODEL
public
mixed
MODEL
= 'MODEL'
ORGANIZATION
Possible values of this enum
public
mixed
ORGANIZATION
= 'ORGANIZATION'
ROOT
public
mixed
ROOT
= 'ROOT'
SHARED
public
mixed
SHARED
= 'SHARED'
VOLATILE
public
mixed
VOLATILE
= 'VOLATILE'
WORKSPACE_ROOT
public
mixed
WORKSPACE_ROOT
= 'WORKSPACE_ROOT'
Methods
getAllowableEnumValues()
Gets allowable values of the enum
public
static getAllowableEnumValues() : array<string|int, string>