cospropertyservice_propertydefs.erl

来自「OTP是开放电信平台的简称」· ERL 代码 · 共 49 行

ERL
49
字号
%%------------------------------------------------------------%%%% Implementation stub file%% %% Target: CosPropertyService_PropertyDefs%% Source: /ldisk/daily_build/otp_prebuild_r11b.2007-06-11_19/otp_src_R11B-5/lib/cosProperty/src/CosProperty.idl%% IC vsn: 4.2.13%% %% This file is automatically generated. DO NOT EDIT IT.%%%%-------------------------------------------------------------module('CosPropertyService_PropertyDefs').-ic_compiled("4_2_13").-include("CosPropertyService.hrl").-export([tc/0,id/0,name/0]).%% returns type codetc() -> {tk_sequence,            {tk_struct,                "IDL:omg.org/CosPropertyService/PropertyDef:1.0",                "PropertyDef",                [{"property_name",{tk_string,0}},                 {"property_value",tk_any},                 {"property_mode",                  {tk_enum,                      "IDL:omg.org/CosPropertyService/PropertyModeType:1.0",                      "PropertyModeType",                      ["normal",                       "read_only",                       "fixed_normal",                       "fixed_readonly",                       "undefined"]}}]},            0}.%% returns idid() -> "IDL:omg.org/CosPropertyService/PropertyDefs:1.0".%% returns namename() -> "CosPropertyService_PropertyDefs".

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?