• This library contains an XSD element for each class and data type in the source models, and a WSDL definition for each UML interface.

    这个包含模型数据类型所用的XSD元素,和一个每一个UML接口所用的WSDL定义

    youdao

  • If you need another data type such as integer, floating point, or Boolean value, you will have to parse the string using the appropriate wrapper class.

    如果需要其他数据类型比如说整数浮点或者布尔必须使用相应的包装器解析字符串

    youdao

  • A domain is a class or type and indicates the rules, syntax, and semantics for a piece of data (for example, it must be an integer, float, conform to a picture, and so on).

    类型表示数据规则语法语义(例如必需型、浮点型图片类型等等)。

    youdao

  • The data Binding class reads the native MQ message, parses it, and populates a business object of a previously defined type with that data.

    数据绑定将读取本机MQ消息解析该消息填充以前使用数据定义类型业务对象

    youdao

  • Figure 2 is simply pointing out the concept of Class, which is a highly specialized element that is related to interface and data type (through its inheritance from Classifier).

    2简单地指出Class概念一种接口以及数据类型有关(通过Classifier继承)的高度专业化元素

    youdao

  • You just created a new data type defined by the built-in int class.

    立即可以创建一个内置int定义数据类型

    youdao

  • Unfortunately, JAXB failed to pick up on this and use a Boolean data type — instead, the TopType class accepts any string value for this attribute.

    不幸的是,JAXB没有发现一点使用数据类型toptype这个属性可以接受任何字符串

    youdao

  • The drpcidl command also generates a class for each complex data type used in a procedure, such as structures and unions, with methods to get and set each field in the structure.

    drpcidl命令过程使用每个复合数据类型(例如结构(structures)联合(unions))生成了一个使用方法可以获取设置结构中的每个字段

    youdao

  • If a data logic method in the UserDefinedPushDownMethodsImpl class throws an exception, you can define and create an instance of the same type of exception inside the method.

    如果userdefinedpushdownmethodsimpl中的数据逻辑方法抛出异常,用户可以方法内部定义创建一个与异常具有相同类型实例

    youdao

  • The key reason why we decided to have a utility class for data access was to ensure that the same classes could be used to connect to any type of Domino database.

    决定实现一个实用程序进行数据访问关键原因,希望确保可以使用相同连接任何类型Domino数据库

    youdao

  • The first line tells you that you're seeing the help page for the int class, which is a built-in data type.

    第一告诉正在查看int帮助页面一个内置的数据类型

    youdao

  • It also defines a Struct class for defining arbitrary data aggregations, and the special class any which can be used to represent any built-in or derived type and thus is the basis of dynamic typing.

    定义一个struct用来定义任意数据聚合,此外,定义了特殊any可以用来表示任何内置导出类型因而它也就成了动态类型化(dynamic typing)的基础

    youdao

  • The FieldDescription class is just a simple data class that holds the field name, signature, and a reference to the field type.

    fielddescription只是简单数据类,容纳字段名称签名字段类型引用

    youdao

  • The key to the dependency-injection approach is that you query data by injecting the Class of the entity that the DAO will be querying, along with defining the generic type.

    依赖项注入方式关键,在查询数据时,要注入DAO查询实体Class定义类型

    youdao

  • Each type of logon data has a matching function of the IBiBusHeader2 class to be used to retrieve it from the request which is passed to the logon function.

    每个登录数据类型IBiBusHeader 2一个对应函数用于传递给logon函数请求获取登录数据。

    youdao

  • Each public property shows up as an element of the complex data type. For example, to model the structure as a LotusScript class, you can write the following code.

    每个公共属性显示复杂数据类型中的一个元素

    youdao

  • Because DB2 recognizes and supports XML data as a first-class data type, programmers can work directly with the XML data in its native format rather than work with the data as a large object (LOB).

    由于DB 2认可支持XML数据一流的数据类型所以程序员可以直接处理原生格式XML数据,不是当作对象(LOB)来处理。

    youdao

  • The class intProp represents a native int data type.

    intprop类表示一个原生的int数据类型

    youdao

  • The class booleanProp represents a native Boolean data type.

    booleanprop类表示一个原生的boolean数据类型

    youdao

  • The javax.xml.datatypes package also defines the DatatypeConstants utility class that contains basic data type values as constants.

    datatypes定义DatatypeConstants 工具类,以常量定义了基本数据类型

    youdao

  • This class must have a single public property called Value of the same data type as the Const variables you created for this enumeration in step 2.

    此类必须具有称为Value公共属性,与第2为此枚举创建Const变量具有相同数据类型

    youdao

  • Most of the methods in this class simply describe various aspects of the aggregation, such as data type, title, and description information, to show up in the BIRT Aggregation widget drop-down list.

    此类中的大部分方法只是简单描述BIRTAggregation Widgets下拉列表中显示聚合各个方面比如数据类型标题描述信息

    youdao

  • If a message type that contains a part of type EndpointReferenceType defines a variable, the class, com.ibm.websphere.srm.bpel.wsaddressing.EndpointReferenceType, holds the service endpoint data.

    如果包含部分endpointreferencetype类型消息定义变量,com . ibm . websphere . srm . bpel . wsaddressing . endpointreferencetype保存服务端点数据。

    youdao

  • For a type conversion operator, either the operand or the return type must be of the data type of the class or structure.

    对于类型转换运算符操作返回类型必须或结构数据类型。

    youdao

  • A class defines the data that an object of its type contains and the operations that can be executed by objects of that type.

    定义类型对象包含数据类型的对象可以执行操作

    youdao

  • By combining object initializers and type inference, we can create simple data-storage objects without needing to define the corresponding class or struct. Listing 5-24 shows an example.

    通过结合对象初始化器类型接口我们可以生成简单数据存储对象而不需要定义相应结构清单5 - 24演示了一个例子。

    youdao

  • Why am I getting this error: warning: data definition has no type or storage class [enabled by default]?

    为什么得到这个错误警告数据定义没有类型存储[默认]启用

    youdao

  • You should replace 'type' with the type of data that you are writing the class to compare.

    应该替换数据类型类型'正在编写进行比较。

    youdao

  • Besides, in order to define the properties more precisely, a further division is made based on the type (data or class) of the assigned value of class properties.

    同时为了更加准确定义属性根据属性取值数据类型还是对象类型将其进一步分类

    youdao

  • This is a special type of class in which the memory allocated is only the amount necessary for the union's largest data member.

    一种特殊类型其中分配联合最大数据成员所需的内存量

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定