@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
176 lines • 4.12 kB
JSON
{
"id": "Reports.evaluatedconditionoperator",
"nodeType": "enum",
"name": "EvaluatedConditionOperator",
"namespace": "Reports",
"startToken": {
"type": "declaration.entity.name.class",
"text": "EvaluatedConditionOperator",
"textToLower": "evaluatedconditionoperator",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_EvaluatedConditionOperator_-1:0"
},
"order": 0,
"memberOrder": 0,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "global",
"textToLower": "global",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.access_global_-1:0"
},
"description": "The Reports.EvaluatedConditionOperator enum describes the type of operator used to compare an aggregate to a value. It is returned by the getOperator method.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_reports_evaluatedconditionoperator.htm",
"values": [
{
"type": "entity.enum.value",
"text": "EQUAL",
"textToLower": "equal",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_EQUAL_-1:0",
"order": 1,
"memberOrder": 1
},
{
"type": "entity.enum.value",
"text": "GREATER_THAN",
"textToLower": "greater_than",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_GREATER_THAN_-1:0",
"order": 2,
"memberOrder": 2
},
{
"type": "entity.enum.value",
"text": "GREATER_THAN_EQUAL",
"textToLower": "greater_than_equal",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_GREATER_THAN_EQUAL_-1:0",
"order": 3,
"memberOrder": 3
},
{
"type": "entity.enum.value",
"text": "LESS_THAN",
"textToLower": "less_than",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_LESS_THAN_-1:0",
"order": 4,
"memberOrder": 4
},
{
"type": "entity.enum.value",
"text": "LESS_THAN_EQUAL",
"textToLower": "less_than_equal",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_LESS_THAN_EQUAL_-1:0",
"order": 5,
"memberOrder": 5
},
{
"type": "entity.enum.value",
"text": "NOT_EQUAL",
"textToLower": "not_equal",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_NOT_EQUAL_-1:0",
"order": 6,
"memberOrder": 6
}
]
}