SETTER in English translation

setter
制定者
设定者
setters
制定者
设定者

Examples of using Setter in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
在清单1中,有两个可能的用于特性的setter的实现,该特性只能接受非负数值。
In Listing 1, there are two possible implementations of a setter for a property that can only take on non-negative values.
这些实现提供了非标准的老式API用来查询和设置getter和setter
These implementations support a nonstandard legacy API for querying and setting getters and setters.
在ECMAScript5中,属性的值可以用一个或两个方法替代,这两个方法就是getter和setter
In ECMAScript 5 the value may be replaced y one or two methods, known as a getter and a setter.
除了这三种类型的方法之外,JavaScript也有一些叫getter和setter的东西,你可以点此处了解。
Besides these three types of methods, JavaScript also has things called getters and setters, which you can learn about here.
基于拦截和新成员的引入(脏标记属性及其getter、setter方法)。
Based on interception and introduction of new members(the dirty field and its getter and setter methods).
它们通常只提供了用于访问它们属性的简单的getter和setter
They usually only provide plain getters and setters to access to their fields.
它应该提供设置和获取属性的值的方法,称为getter和setter方法。
It should provide methods to set and get the values of the properties, known as getter and setter methods.
它只是一个标准的JavaBean,带有一些私有属性和公共的getter和setter
It is just a standard JavaBean with private properties and public getters and setters.
与计算属性一样,你可以选择不去指定setter的(newValue)形式参数。
As with computed properties, you can choose not to specify the setter's(newValue) parameter.
几乎可确定,你将总是想要同时声明getter和setter(仅有它们中的一个经常会导致意外的行为):.
You will almost certainly want to always declare both getter and setter(having only one or the other often leads to unexpected/surprising behavior).
一些开发者将accessor作为一个通用术语使用,即包含getter和setter方法,而另一些开发者使用时只表述getter,setter表述为mutator。
Some authors use acessorios a generic term encompassing getter and setter methods, others use it to refer only to getters, referring to setters as mutators.
有两种基本类型的MBean:标准MBean(StandardMBeans):实现了业务接口,其包含属性的getter和setter和操作(即方法)。
There are two basic types of MBean: Standard MBeans implement a business interface containing setters and getters for the attributes and the operations(i.e., methods).
爱尔兰雪达犬(IrishSetter).
The Irish Setter Dog.
不要为变量提供setter方法.
Do not provide any setter methods for member variables.
我们将其称为getter&setter
We call it getter& setter.
Getter和setter被极度滥用了。
Getters and Setters are Highly Overused.
Setter函数也有其前缀“set”。
Setter functions are prefixed with"set" as well.
如何正确地创建getter和setter方法.
How To Define Getter and Setter Methods.
这样就不用写大量的getter和setter方法了。
No need to write getters and setters.
X=value将触发setter,delc.x触发deleter。
X= value will invoke the setter and del c. x the deleter.
Results: 87, Time: 0.0168

Top dictionary queries

Chinese - English