@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
604 lines • 16.7 kB
JSON
{
"id": "Schema.fieldset",
"nodeType": "class",
"name": "FieldSet",
"namespace": "Schema",
"startToken": {
"type": "declaration.entity.name.class",
"text": "FieldSet",
"textToLower": "fieldset",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_FieldSet_-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"
},
"sharingModifier": {
"type": "keyword.modifier.sharing",
"text": "without sharing",
"textToLower": "without sharing",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "keyword.modifier.sharing_without sharing_-1:0"
},
"description": "Contains methods for discovering and retrieving the details of field sets created on sObjects.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_fieldsets_describe.htm",
"classes": {},
"interfaces": {},
"enums": {},
"variables": {},
"methods": {
"getdescription()": {
"id": "Schema.fieldset.method.getdescription()",
"nodeType": "method",
"name": "getDescription",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getDescription",
"textToLower": "getdescription",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getDescription_-1:0"
},
"parentId": "Schema.fieldset",
"order": 1,
"memberOrder": 1,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getDescription()",
"overrideSignature": "public override String getDescription()",
"simplifiedSignature": "getDescription()",
"datatype": {
"id": "Schema.fieldset.getdescription.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Schema.fieldset.getdescription",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the field set’s description.",
"parentName": "FieldSet",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getfields()": {
"id": "Schema.fieldset.method.getfields()",
"nodeType": "method",
"name": "getFields",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getFields",
"textToLower": "getfields",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getFields_-1:0"
},
"parentId": "Schema.fieldset",
"order": 2,
"memberOrder": 2,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public List<FieldSetMember> getFields()",
"overrideSignature": "public override List<FieldSetMember> getFields()",
"simplifiedSignature": "getFields()",
"datatype": {
"id": "Schema.fieldset.getfields.datatype.List<FieldSetMember>",
"nodeType": "datatype",
"name": "List<FieldSetMember>",
"startToken": {
"type": "datatype.collection",
"text": "List",
"textToLower": "list",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 11
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_List_0:7"
},
"parentId": "Schema.fieldset.getfields",
"order": 0,
"memberOrder": 0,
"type": "List",
"value": {
"id": "Schema.fieldset.getfields.datatype.List<FieldSetMember>.value.FieldSetMember",
"nodeType": "datatype",
"name": "FieldSetMember",
"startToken": {
"type": "datatype.custom.class",
"text": "FieldSetMember",
"textToLower": "fieldsetmember",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 12
},
"end": {
"line": 0,
"character": 26
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_FieldSetMember_0:12"
},
"order": 0,
"memberOrder": 0,
"type": "FieldSetMember"
}
},
"description": "Returns a list of Schema.FieldSetMember objects for the fields making up the field set.",
"parentName": "FieldSet",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getlabel()": {
"id": "Schema.fieldset.method.getlabel()",
"nodeType": "method",
"name": "getLabel",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getLabel",
"textToLower": "getlabel",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getLabel_-1:0"
},
"parentId": "Schema.fieldset",
"order": 3,
"memberOrder": 3,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getLabel()",
"overrideSignature": "public override String getLabel()",
"simplifiedSignature": "getLabel()",
"datatype": {
"id": "Schema.fieldset.getlabel.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Schema.fieldset.getlabel",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the translation of the text label that is displayed next to the field in the Salesforce user interface.",
"parentName": "FieldSet",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getname()": {
"id": "Schema.fieldset.method.getname()",
"nodeType": "method",
"name": "getName",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getName",
"textToLower": "getname",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getName_-1:0"
},
"parentId": "Schema.fieldset",
"order": 4,
"memberOrder": 4,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getName()",
"overrideSignature": "public override String getName()",
"simplifiedSignature": "getName()",
"datatype": {
"id": "Schema.fieldset.getname.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Schema.fieldset.getname",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the field set’s name.",
"parentName": "FieldSet",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getnamespace()": {
"id": "Schema.fieldset.method.getnamespace()",
"nodeType": "method",
"name": "getNamespace",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getNamespace",
"textToLower": "getnamespace",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getNamespace_-1:0"
},
"parentId": "Schema.fieldset",
"order": 5,
"memberOrder": 5,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public String getNamespace()",
"overrideSignature": "public override String getNamespace()",
"simplifiedSignature": "getNamespace()",
"datatype": {
"id": "Schema.fieldset.getnamespace.datatype.String",
"nodeType": "datatype",
"name": "String",
"startToken": {
"type": "datatype.primitive",
"text": "String",
"textToLower": "string",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_String_0:7"
},
"parentId": "Schema.fieldset.getnamespace",
"order": 0,
"memberOrder": 0,
"type": "String"
},
"description": "Returns the field set’s namespace.",
"parentName": "FieldSet",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
},
"getsobjecttype()": {
"id": "Schema.fieldset.method.getsobjecttype()",
"nodeType": "method",
"name": "getSObjectType",
"startToken": {
"type": "declaration.entity.name.function",
"text": "getSObjectType",
"textToLower": "getsobjecttype",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.function_getSObjectType_-1:0"
},
"parentId": "Schema.fieldset",
"order": 6,
"memberOrder": 6,
"accessModifier": {
"type": "keyword.modifier.access",
"text": "public",
"textToLower": "public",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 0
},
"end": {
"line": 0,
"character": 6
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_public_0:0"
},
"signature": "public Schema.SObjectType getSObjectType()",
"overrideSignature": "public override Schema.SObjectType getSObjectType()",
"simplifiedSignature": "getSObjectType()",
"datatype": {
"id": "Schema.fieldset.getsobjecttype.datatype.Schema.SObjectType",
"nodeType": "datatype",
"name": "Schema.SObjectType",
"startToken": {
"type": "datatype.support.namespace",
"text": "Schema",
"textToLower": "schema",
"isAux": false,
"range": {
"start": {
"line": 0,
"character": 7
},
"end": {
"line": 0,
"character": 13
},
"isEmpty": false,
"isSingleLine": true
},
"id": "token.type.identifier_Schema_0:7"
},
"parentId": "Schema.fieldset.getsobjecttype",
"order": 0,
"memberOrder": 0,
"type": "Schema.SObjectType"
},
"description": "Returns the Schema.sObjectType of the sObject containing the field set definition.",
"parentName": "FieldSet",
"variables": {},
"params": {},
"queries": [],
"exceptions": []
}
},
"constructors": {},
"extendsType": "",
"implementTypes": [],
"implements": {},
"totalMembers": 6,
"queries": []
}