getter
vi. 使用杂质吸收剂
vt. 消气;用吸气剂去除
n. 吸气剂;获得者;毒饵
2026-05-06 08:54 浏览次数 34
vi. 使用杂质吸收剂
vt. 消气;用吸气剂去除
n. 吸气剂;获得者;毒饵
1. one that gets
2. a substance introduced into a vacuum tube or electric lamp to remove traces of gas
3. someone or something that receives, gets, or is given something
evaporable getter蒸散型吸气剂
flash getter蒸发吸气剂
Getter terms吸气剂术语
Getter method吸气方式
try getter得分手
gainer(Gainer)人名;(英)盖纳
coil getter螺旋管吸气剂
getter alloy吸气合金
getter container[电子]
volatilized getter挥发性吸气剂
because databases do not support behavior associated with entities, the domain model ended up having simple variables with getter and setter methods for them.
因为数据库不支持与实体相关联的行为,领域模型最终只具有简单的变量以及相关的getter和setter方法。
encapsulating the value of constants in static getter methods instead gives you a significantly more robust solution.
而将常数值封装在一个静态getter方法中则会给您一个强健得多的解决方案。
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)。
for example, in the second tutorial, you make a getter method which retrieves data from a web service.
例如,在第二个教程中,您将建立一个getter方法,它可以用来从web服务检索数据。
for example, if you select a field that has getter and setter methods, you can also update the names of these methods to reflect the new field.
比方说,如果选择的属性具有getter和setter方法,那么也就可以同时更新这些方法的名称,以反映新的属性。
when there is a need to do something special with a constructor or a getter or setter, groovy really shines because the interesting behavior becomes immediately obvious, just by glancing at the code!
当需要用构造函数或getter或setter来完成一些特殊任务时,groovy真的很出色,因为只需瞥一眼代码,其精彩的行为就会立即变得十分明显。
because we are dealing with simple accessor methods for beans, we have one for the setter containing a single input message, and one for the getter containing a single output message (see listing 4).
因为我们是为bean处理简单的访问方法,所以包含一个输入消息的setter和包含一个输出消息的getter都有一个 。 如清单4 所示。
this is the container managed relationship (cmr) getter method.
它是一个容器管理关系 (containermanagedrelationship,cmr)getter方法。
using unit test methods to test every getter method is recommended.
推荐使用单元测试方法来测试每个getter方法。
performing this task involves computing intermediate and summary values for the statistical procedure through a series of getter methods.
执行这项任务涉及到通过一系列getter方法计算统计过程的中间值和汇总值。
alternatively, you can construct url and invoke corresponding getter method like in listing 7 to get the stub instance.
或者,您也可以构建url并调用相应的getter方法(如 清单7 所示)来获取stub实例。
this method sets the attributes of the formbean with the appropriate getter and setter methods, as shown below using the object instance returned from the model
这一方法和适当的getter和setter方法一同设置formbean的属性,如下所示,其中使用从模型返回的对象实例
they can be added to bean, field, getter method, or even a graph of objects.
校验逻辑可以被增加进bean、域、getter方法、甚至是对象图中(agraphofobjects)。
as soon as you understand how find helps you define your controls dynamically, you can begin to write getter methods, so you can locate objects without relying on a recorded object map.
您一旦了解了find方法如何帮助您动态定义控件,您就可以开始编写getter方法了,这样您就可以不依赖被记录的对象地图(objectmap)来定位对象了。
if you have experience developing applications with jsf, then you know that blindly fetching data in getter methods is strongly discouraged.
如果曾经使用jsf开发过应用程序,就会了解盲目地在getter方法中获取数据非常不妥。
i can then iterate through the object and use getter methods to extract and report the data it contains.
然后我可以在对象中迭代,并使用getter方法来抽取和报告其中包含的数据。
although getter and setter methods are provided for these fields, they are never actually used in the auditing code.
尽管为这些字段提供了getter和setter方法,但是审计代码中实际上不使用这些方法。
in the dialog, enter names for the getter and setter methods -- as you might expect, these are getmake() and setmake() by default.
在弹出的对话框中输入getter和setter方法的名称——如您所料,缺省的方法名称分别是getmake()和setmake()。
you must have a setter and getter method for network-transfer fields
您必须具有用于网络传输字段的setter和getter方法
you need to add the two fields corresponding to the mediation parameters with appropriate setter and getter methods in the handler class.
需要在该处理程序类中添加两个字段,这两个字段与具有适当的setter和getter方法的中介参数对应。
various aspects of building classes such as getter and setters, different property types as well as class methods.
构建类的许多方面,例如getter和setter,不同的属性类型和类方法等都被提及。
this safety comes at some performance cost: the creation of a new object every time a getter or setter is called.
这一安全是以一些性能为代价换来的:每次调用一个getter或setter 都会创建一个新对象。
the giveaway is the use of the private field x and the public getter method getx() in the same method and indeed in the same line.
他在一个方法中使用了私有字段x和公共getter方法getx(),实际上是在一行代码之中,这泄漏了他的身份。
practically, this means that you should not be suprised if your class contains many getter methods that compute intermediate and summary values.
实际上,这意味着,如果您的类包含许多计算中间值和汇总值的getter方法,您不应当感到惊讶。