object type



n.
对象类型;
双语例句
用作名词(n.)
You cannot change the object type in a script.
无法在脚本中更改对象类型。
This information object can be of any object type.
该信息对象可以是任何对象类型。
权威例句
object typeObject identification is isolated from scene semantic constraint: evidence from object type and token discrimination.
Object type recognition for automated analysis of protein subcellular location.
Object-Oriented Type Evolution
Object type oriented data modeling for VLSI data management
Type-checking and type-inference for object-oriented programming languages /
The optical identification of 2A 0311-227 with a new AM Herculis-type object
When do octopuses play? Effects of repeated testing, object type, age, and food deprivation on object play in Octopus vulgaris.
Influences of task complexity, object location, and object type on hand selection in reaching in left and right-handed children and ...
RDF Object Type and Reification in the Database
1. This relationship extends to object type.
这种关系扩展到对象类型。
youdao
2. The events can be filtered by business object type, time stamp, and connector ID.
可以根据业务对象类型、时间戳和连接器 ID 来筛选事件。
youdao
3. For example, all JDBC calls in any object type roll up to the database level to summarize the average elapsed time and volume of requests for all calls to the database.
例如,任何对象类型中的全部JDBC调用都上升到数据库级别,从而为所有的数据库调用汇总平均运行时间和请求量。
youdao
4. You'll see how to work with other parts of the API, including the ability to retrieve object type definitions, in the next article in the series.
在本系列的下一篇文章中,您将看到如何使用这个API的其他部分,包括检索对象类型定义的能力。
youdao
5. Each property has a type that can be a data type or a data object type.
每个属性都具有一个类型,这个类型可以是数据类型,或者数据对象类型。
youdao
6. With PHP V5, however, you can build object type checking right into the class or method declaration.
但是,如果使用PHPV5 的话,可以将对象类型检查构建到类或方法声明中。
youdao
7. It defines the logic to validate a given constraint for a given object type.
该接口定义了相关的逻辑以验证给定对象类型中的约束。
youdao
8. The broker passes the property change off to the registered handler of your action object type.
代理将属性更改传递给适用于您操作对象类型的已注册处理程序。
youdao
9. Each possible type of markup gets its own object type.
标记的每个可能类型都有自己的对象类型。
youdao
10. This is where the converter must convert the request string value into the desired object type, and then return the object for storage in the corresponding JSF component.
转换器必须在这里将请求字符串转换为所需的对象类型,然后返回这个对象,将它存储在相应的JSF组件中。
youdao
11. The difference is that the Data Pool button will filter the results based on the business object type that is currently selected in the editor and icon will have an empty filter.
区别是数据池按钮将基于当前在编辑器中选择的业务对象类型过滤结果,而数据池图标将不进行任何过滤。
youdao
12. We prefer the latter option because it allows us to simply associate a custom converter (with built-in validation logic) with a specific object type and have JSF handle that object type.
我们偏向后一种方法,因为它让我们可以将自定义转换器(自带验证逻辑)与特定的对象类型相关联,并让JSF处理这种对象类型。
youdao
13. The result set from the search will contain the object type information, allowing an application to filter the results based on object type.
搜索返回的结果集中包含有对象类型信息,应用程序可以根据对象类型对结果进行过滤。
youdao
14. The representation used depends on whether the field is a simple object type, a simple primitive type, or an array type.
所使用的表示法取决于字段是简单对象类型、简单原语类型还是数组类型。
youdao
15. A note about type definitions and IDs: Object type definitions in CMIS include a unique id that identifies the type as well as a more user-friendly display name.
一个关于类型定义和ID的注意事项:CM IS中的对象类型定义包含一个惟一的ID,用于标识该类型以及一个更用户友好的显示名。
youdao
16. When the client has the reference, it uses a “narrow” call to marshal the generic object returned from the ORB into the desired object type.
当客户端获得引用时,它使用“窄”调用将从 ORB返回的通用对象处理成所需的对象类型。
youdao
17. The BTYPE column identifies the object type: 'T' for table, 'I' for index, and 'F' for function instance.
BTYPE列显示对象类型:'T' 表示表,'I' 表示索引,'F' 表示函数实例。
youdao
18. Each column is retrieved as a generic Object type.
每一列都被作为一般的Object类型进行检索。
youdao
19. Object type (OBJTYPE).
对象类型(OBJTYPE)。
youdao
20. Being limited to a single XML representation of each object type means it is likely that there will always be some redundant data traveling across the network.
被限制为一个类型一个XML表示,就意味着在网络上总要有冗余数据传输。
youdao
21. Introducing a third object type (role) into the system has some potential disadvantages.
将第三种对象类型(角色)引入系统会有一些潜在的缺点。
youdao
22. The second find method in the customer class, findAllOrder(), uses a key with the searched object type and the customer ID of this instance.
客户类中的第二个find方法是findAllOrder(),它使用了一个包含搜索到的对象类型和该实例的客户ID 的密钥。
youdao
23. For example, we might choose to extend our Person example to include a new data object type that contains a collection of Person data objects.
例如,我们可以选择扩展Person示例,使之包括一个新的数据对象类型,该类型包含一个Person数据对象的集合。
youdao
24. This routine makes a BAPI call to an SAP object type CostCenter; passes in two parameters, a company code and a controlling area; and accesses a method, GetList.
该例程向一个SAP对象类型CostCenter进行一次BAPI调用;传递进两个参数、一个公司代码和一个控制领域;并访问方法GetList。
youdao
25. Bean-managed persistence leaves all the work to the EJB developer to figure out how to store and retrieve a specific object type.
Bean管理的持久性将所有的工作交给EJB开发人员,让他们确定如何存储和检索特定的对象类型。
youdao
26. Clearly, this approach is a pain but the solution is easy: Never use a mutable object type as a key in a HashMap.
很显然,这种方法很糟糕,但是解决方法也很简单:永远不要将可变对象类型用作hashmap中的键。
youdao
27. So Scala's for doesn't, in fact, understand Numbers any better than it does any other object type.
实际上,Scala的for并不了解那些成员,并且并不比其他任何对象类型做得更好。
youdao
28. The next code sample describes how to make use of the StoredProcedureResult object type to access all the output information of a stored procedure call.
下面的代码示例描述如何使用StoredProcedureResult对象类型访问一个存储过程调用的所有输出信息?
youdao
29. Creating the Order business object type.
创建Order业务对象类型。
youdao
30. Because it needs to contain any object type, its type is defined as anyType.
因为它需要包含任何对象类型,其类型被定义为anytype。
youdao
object type




