Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_sap_namespace.intf.abap
class zif_abapgit_sap_namespace {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_SAP_NAMESPACE';
static ATTRIBUTES = {};
static METHODS = {"EXISTS": {"visibility": "U", "parameters": {"RV_YES": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}, "IV_NAMESPACE": {"type": () => {return new abap.types.Character(10, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"IS_EDITABLE": {"visibility": "U", "parameters": {"RV_YES": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}, "IV_NAMESPACE": {"type": () => {return new abap.types.Character(10, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"SPLIT_BY_NAME": {"visibility": "U", "parameters": {"RS_OBJ_NAMESPACE": {"type": () => {return new abap.types.Structure({
"namespace": new abap.types.Character(10, {}),
"obj_without_namespace": new abap.types.Character(40, {})}, "zif_abapgit_definitions=>ty_obj_namespace", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IV_OBJ_WITH_NAMESPACE": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CSequenceType"}, "IV_ALLOW_SLASH_IN_NAME": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}}};
}
abap.Classes['ZIF_ABAPGIT_SAP_NAMESPACE'] = zif_abapgit_sap_namespace;
export {zif_abapgit_sap_namespace}; |