实现or g. relaxng .datatype . DatatypeLibrary接口的类:给定类型的本地名之后该类负责加载适当的数据类型类。
A class that implements the org.relaxng.datatype.DatatypeLibrary interface: This class is responsible for loading the right datatype class given the type's local name.
这个库包含一个为源模型中每一个类和数据类型所用的XSD元素,和一个为每一个UML接口所用的WSDL定义。
This library contains an XSD element for each class and data type in the source models, and a WSDL definition for each UML interface.
要将此类与您自已的应用程序结合使用,则需要在其类路径中包括您自已的数据类型。
To use this class with your own application, you will need to include your own data types on its classpath.
这些类提供了各种操作那些数据类型的方法。
These classes provide various methods for manipulating those data types.
如果需要其他的数据类型,比如说整数、浮点数或者布尔值,必须使用相应的包装器类来解析字符串。
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.
导致内存泄漏的应用程序组件通常由构成增长区域的数据类型的包名称和类名称标识。
The application component which is responsible for the memory leak is often identified by the package name and class name of the data types which are part of growing regions.
允许模板类或函数仅使用某些数据类型来进行实例化。
Allowing a template class or function to be instantiated with only certain data types.
drpcidl命令也为过程中使用的每个复合数据类型(例如结构(structures)和联合(unions))生成了一个类,使用该方法可以获取并设置结构中的每个字段。
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.
MBean方法也可以使用其他可以序列化的数据类型,但是这样做会造成互操作性问题,因为类文件也必须对JMX客户机可用。
MBean methods may also use other serializable data types, but doing so can create interoperability issues because the class files must be made available to the JMX client as well.
您立即可以创建一个由内置int类定义的新数据类型。
You just created a new data type defined by the built-in int class.
不幸的是,JAXB没有发现这一点并使用布尔数据类型,toptype类的这个属性可以接受任何字符串值。
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.
nio包含表示特定数据类型的缓冲区的类。
Java.nio Contains classes that represent buffers of specific data types.
确保LotusScript类中的公共属性作为按字母排序的复杂数据类型使用。
Make sure public properties in LotusScript classes used as complex data types are alphabetical.
第一行告诉您正在查看int类的帮助页面,它是一个内置的数据类型。
The first line tells you that you're seeing the help page for the int class, which is a built-in data type.
现在先来看一些在类中使用简单数据类型的示例。
For now, let's see some examples of using simple data types in your classes. Consider the following class.
ASN1DataTypes类将包装所有一般性的ASN.1功能,如发布像INTEGER和STRING这样的通用数据类型。
The ASN1DataTypes class will wrap all generic ASN.1 functionality, like the authoring of such universal data types as INTEGER and STRING.
生成的类和部署描述符应反映出这一点,并且其中应包含代替前面的SOAPElement的特定数据类型。
The classes and deployment descriptors that are generated should reflect this and should now contain your specific data type in place of the SOAPElements that they had before.
在Flash7中引入了ActionScript 2.0,这是一种强类型的语言,支持基于类的编程特性,比如继承、接口和严格的数据类型。
ActionScript 2.0 was introduced in Flash 7, which was strongly typed and allowed class-based programming features, such as inheritance, interfaces, and strict data typing.
这种类型的错误是这样产生的:定义的某些基本例没有被给出它们自己的类,然后以这种方法定义了一个递归的数据类型。
Bugs of this sort result from defining a recursive datatype in such a way that certain base cases of the definition are not given their own classes.
在注册一个关系数据源上的一个数据源对象时,默认的类型映射决定如何将一个数据源数据类型映射到每个列的DB 2类型。
During the registration of a data source object on a relational data source, default type mappings determine how a data source data type should map to a DB2 type for each column.
最终返回类型不通过任意异步服务接口或实现类指定,允许您选择任意可序列化的返回数据类型。
The eventual return type is not specified by any of the asynchronous service interfaces or implementation classes, leaving the return type your choice, which can be any serializable data type.
原因:定义的某些基本例没有给出自己的类,然后以这种方法定义了递归数据类型。
Cause: The recursive datatype is defined in such a way that certain base cases of the definition are not given their own classes.
从抽象数据类型到类的转变中包括了一个重要的格式差异:引进了变化和命令推理。
The transition from abstract data types to classes involves an important stylistic difference: the introduction of change and imperative reasoning.
intprop类表示一个原生的int数据类型。
booleanprop类表示一个原生的boolean数据类型。
The class booleanProp represents a native Boolean data type.
每个登录数据类型在IBiBusHeader 2类中有一个对应的函数,用于从传递给logon函数的请求中获取登录数据。
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.
然后,调用友元函数spacefriend并将类对象的地址作为其参数传递。然后调用template函数,先使用整数类型,然后使用浮点数据类型。
It then calls the friend function spacefriend and passes the class object address as its argument, and calls the template function, beginning with integer types and then floating data types.
但是,在Python中,简单数据类型并不是原始数据类型,而是完善的对象,它们有自已的方法和类。
In Python, however, the simple data types are not primitives but full-fledged objects, with their own methods and classes.
然而,通过访问者添加新数据类型(类)较为困难,因为访问者模式要求所有具体类型都具有一个visit方法。
Adding new data types (classes) with visitors is difficult, however, as the visitor pattern requires a visit method for all concrete types.
datatypes包还定义了DatatypeConstants 工具类,以常量定义了基本的数据类型值。
The javax.xml.datatypes package also defines the DatatypeConstants utility class that contains basic data type values as constants.
应用推荐