Accessors

访问器

常用释义

词性释义

访问器

存取器
例句
  • 全部
  • 访问器
您可以看到,JavaBeans样式的属性被简化为使用名称直接访问,这就好像它们是字段一样。
Accessor methods come in two flavors: setters and getters (sometimes referred to as mutators and accessors, respectively).
访问器方法涉及两种方法:setters和getters(有时分别称为mutators和accessors)。
属性和索引器的类可以定义额外的属性或索引器在接口上定义的访问器。
我现在希望限制使用访问器,如我已经指出的,这是因为GWT并非设计用来进行交互测试。
类的属性和索引器可以为接口上定义的属性或索引器定义额外的访问器。
您也许知道,JavaBeans是包含一系列私有属性以及公共访问器和转变器的Java类。
Let's say that as a user of the Widget class, you don't know whether the accessors have value or reference semantics.
假设您是Widget类的一个使用者,您并不知道存取器具有值语义还是引用语义。
Accessors come in two flavors: setters, which modify the value of a field, and getters, which obtain its value.
有两种访问方法:setter,用于修改字段值;以及getter,用于获取字段值。
Dsun. reflect. noInflation=true disables inflation entirely but, counterintuitively, causes bytecode accessors to be used for everything.
noInflation=true会完全禁用扩展,但它会造成字节码存取器滥用。
存取器用来检索对象的特性或集合的元素。
因为读写方法是简单的Java成员函数,所以明智地选择读写方法的可视性是很重要的。
事件访问器是您定义的方法,用以允许事件委托实例添加到存储数据结构或从存储数据结构移除。
因此,访问器的用途是指示属性是否为读写、只读或只写。
It has fields corresponding to the database columns and the usual accessors (getters and setters) for each field.
它有与数据库列对应的字段及用于每个字段的常用存取器(getter和setter)。
Models should be relatively cheap to instantiate, with shallow accessors provided for any data used by the view.
模型应该易于实例化,并为视图使用的任何数据提供基本的访问方法。
它包含属性访问程序和一个验证方法。
事件属性访问器使用事件属性的预定义键在委托集合中添加和从委托集合中移除实例。
通常不需要提供自己的自定义事件访问器。
在将一个Bean映射到WSDL时,带有这些非法访问器的属性往往被忽略。
Like the boolean getProperty, non-camelcase accessors are not legal and are not recognized as accessors.
同布尔型getProperty一样,非camelcase访问器是不合法的,并且不能作为访问器被识别。
另一种(极易造成误解的)设置也会影响反射存取器。
In this bean class most of the methods, other than the EJB call back methods, are accessors and setters for the above properties.
在这个bean类中,大多数方法(EJB回调方法除外)都是上述属性的accessor和setter。
由于创建字节码访问程序相当慢,因此Java运行时可以缓存这些访问程序供稍后使用。
在最简单的情况下,你可以编写只带属性访问器的纯粹Ruby类,然后手动创建出常见的Hibernate映射文件。
事件属性由带事件访问器的事件声明组成。
由于访问器可被重载,字符串和整数版本可以共存。
这些属性将会是样式属性的公用存取子。
访问器直接对状态文档模型中的各个位置进行读写。
字段及其访问器声明之后,下面出现的是Employee类的方法。
衍生自抽象类别的非抽象类别必须包含所有继承抽象方法和存取子的实作。
1·As we have seen, accessors are endpoints that return resource representations.
正如我们所知,访问器是返回资源表示的端点。
2·The control data accessors used in the methods are defined in next step.
这些方法中使用的控制数据访问器在下一步中定义。
3·You then use standard accessors to "inject" references to the objects your classes depend on.
然后用标准访问器将引用“注入”到类所依赖的对象中。
4·Next we switch back to the physical level and take a closer look at accessors.
下面我们回到物理层来仔细看看访问器。
5·This way these generic accessors can be used on any number of wrapped point objects.
这样的话,这些通用的访问器可以用在任意数量的包装的point对象上。