英语单词

setter-in的中文翻译

setter-in

英[] 美[]
  • 装窑工

双语例句


1. Now you need to create an implementation for Setter custom mediation primitive that puts the desired endpoint address in the transient context passed into Setter.
现在,您需要为Setter自定义中介元素创建实现,这个自定义中介元素在传递到 Setter 的瞬态上下文中指定了所需的端点地址。

youdao

2. The Message Element Setter mediation primitive provides a simple way of deleting elements in the service request, and SOAP headers are no exception.
MessageElementSetter中介基元提供了删除服务请求中的元素的简单方法,SOAPHeader也不例外。

youdao

3. The new message element setter primitive provides an easy way to change data in a mediation flow and update the message without having to write custom code or define XSL transformations.
新的消息元素设置基元提供了一种简便的方法以更改中介流中的数据以及更新消息,而无需编写自定义的代码或定义xsl转换。

youdao

4. Dependency injection can occur in a variety of ways, for example, via a setter method or a class variable.
依赖性的引入可以以多种方式出现,例如,通过设置属性值的方法或者类变量。

youdao

5. In the update model values phase, the setter methods on the CD are invoked with the converted and validated values stored in the GUI components.
在更新模型值的阶段中,会使用保存在GUI组件中的经过转换和有效性验证的值来调用CD的赋值方法。

youdao

6. The NYSE has recently embarked on a round of acquisitions and collaborative deals in an effort to become a trend-setter in technology as well as globalisation.
纽约证券交易所最近开始着手进行一系列收购以及合作活动以使自己在技术和全球化方面引领世界潮流。

youdao

7. Today's chart USES a stopwatch to compare India's progress in development against another pace-setter, China.
今天的图表用秒表的方式比较了同样迅猛发展的印度与中国各自的进展。

youdao

8. The new record setter, drawn in 1947, measures around 1.8 meters in length and nearly 1 meters in width.
这项创新纪录的作品作于1947年,长约1.8米,宽约1米。

youdao

9. Although getter and setter methods are provided for these fields, they are never actually used in the auditing code.
尽管为这些字段提供了getter和setter方法,但是审计代码中实际上不使用这些方法。

youdao

10. You need to add the two fields corresponding to the mediation parameters with appropriate setter and getter methods in the handler class.
需要在该处理程序类中添加两个字段,这两个字段与具有适当的setter和getter方法的中介参数对应。

youdao

11. setProperty is invoked for any property setter that doesn't actually exist in an object.
setProperty针对对象中实际上不存在的任何属性设置程序调用。

youdao

12. In this case, you might lack setter methods to modify field properties and, instead, rely on constructors to set these values.
在这种情况下,您可能会缺少用于修改字段属性的setter方法,相反,您依靠构造器来设置这些值。

youdao

13. The initialization code in Listing 2 is part of a class that uses setter injection for DI.
清单2中的初始化代码是一个类的一部分,它使用setter注入进行DI。

youdao

14. Finally, update the setter and getter tags as shown in bold text in Listing 13, and apply the pattern (Figure 43).
最后,如清单13中的粗体文本所示,对setter和getter标记进行更新,并应用该模式(图43)。

youdao

15. In previous examples, you saw that XJConf can automatically call the appropriate setter methods to configure object instances.
在前面的示例中,您了解了XJConf可以自动调用合适的setter方法来配置对象实例。

youdao

16. You use the code in Listing 14 instead of the setter methods that you used in Listing 11.
使用清单14中的代码,而不使用清单11中使用的setter方法。

youdao

17. As Figure 1 reveals, the only place the setter method is called is in the getter to formulate the title of the seminar, a combination of the course number, seminar number, and course name.
如图1所示,唯一要调用setter方法的地方是在getter中来表示由课程号、研习班号和课程名称组成的研习班的标题。

youdao

18. In this case, the name of the field or setter method is used to determine the name of the property.
在这种情况下,字段或setter方法的名称用于确定属性的名称。

youdao

19. Under the hood, the data binder calls a bean's getter and setter methods to retrieve, or set values in the UI components.
在幕后,数据绑定器通过调用bean的获取方法或设置方法获取或设置UI组件中的值。

youdao

20. You'll notice that these methods are also named in the definition file through the setter attribute.
您将注意到,定义文件通过setter 属性也对这些方法进行了命名。

youdao

21. Dependency injection can occur in a variety of ways, such as through a setter method or a class variable.
依赖项注入可以通过多种方式进行,例如通过setter方法或类变量。

youdao

22. Method chaining works best for the creation of simple data objects, yet here I'm using it both for the setter methods on Appointment and in AppointmentCalendar to start the method chain.
方法链接对于简单数据对象的创建最有效,但是这里我同时为Appointment上和AppointmentCalendar中的setter方法启用方法链接。

youdao

23. If you need to implement critical validation logic, such as ensuring that a deposit into a bank account is always positive, then a valid place to consider putting that logic is in the setter.
如果需要实现关键确认逻辑(例如确保银行帐户的存款始终是正数),则考虑将该逻辑放置在setter这个有效场所。

youdao

24. Update the Person value object in raj.vo.Person, by adding another field and the corresponding getter/setter.
更新raj.vo.Person中的Person值对象,添加另一个字段以及相应的getter/setter。

youdao

25. The Struts system will generate a pair of getter and setter methods for each form property in the form bean class.
Struts系统会在Formbean类中为每个表单属性生成一对getter方法和setter方法。

youdao

26. JSF calls the catalog bean's setter methods to set public and private data in the catalog bean.
JSF调用catalogbean的setter方法在catalog bean中设置公共和私有数据。

youdao

27. Some other mappers force you to specify a column six times: in the schema, the getter, the setter, the model's instance variable, the "from" mapping, and the "to" mapping.
其他一些映射器要求指定一个列六次:在模式、getter、setter、模型的实例变量、“from”映射和 “to” 映射中。

youdao

28. Some other mappers force you to specify a column six times: in the schema, the getter, the setter, the model's instance variable, the "from" mapping, and the "to" mapping.
其他一些映射器要求指定一个列六次:在模式、getter、setter、模型的实例变量、“from”映射和 “to” 映射中。

youdao

百度翻译


有道翻译


单词首字母