Instead it simply creates the property for you — on that particular instance of the data object.
相反,它将直接为您创建该属性——在这个特定的数据对象实例上。
With each key, an instance variable is created on the object with that name and data.
对于每个键,会在对象上创建一个具有对象名称和数据的实例变量。
At the heart of every SDO instance is a model that defines the permitted structure of a data object.
在每个sdo实例的中心都有一个模式,用于定义所允许的数据对象结构。
The object can generate process instance specific data, such as process name, current activity, current logged in user, and the current instance ID.
该对象能生成进程实例特定数据,比如进程名称、当前活动、当前登录用户以及当前实例ID。
The difference in cumulative size occurs because the aggregated data structure level view uses summarized instance counts and the object/class leak suspects view uses actual instance and size counts.
总大小的差别是由于聚合数据结构级别视图使用汇总实例计数,对象/类泄漏疑点视图使用实际事例和大小计数。
This knowledge is used to ensure that the creation and modification of instance data conforms to the structure and type rules for the data object.
该知识用于确保对实例数据的创建和修改符合数据对象的结构和类型规则。
You should create a class that contains an instance of the object that contains the data from the parser.
您应该创建一个类来包含表示解析器所得数据的对象实例。
Validation: in the data model, include the routines that can validate the data that forms the instance of the data object.
验证:在数据模型中,包含验证数据对象实例的数据的例程。
Imagine you need to represent information related to a dessert in a restaurant. A particular instance of a Data Object could hold the following values.
设想一下您需要显示餐馆甜点的有关信息,其对应的数据对象实例可以包含下列值。
Then it creates an instance of the VisitInformation object (labeled "visits") that holds the session data.
然后它创建一个VisitInformation对象的实例,(标记为“visits”),它拥有会话数据。
Step 5: Create an instance of the XKMSRegister object by providing the XKMS key data and authorization information.
步骤5:通过提供XKMS密钥数据和授权信息,创建XKMSRegister对象的一个实例。
The binary data for the document, the documentAttributes instance, and the document status are set in the Document class object.
文档的二进制数据、documentAttributes实例和文档状态是在Document类对象中设置的。
This instance populates the backend data, sets an instance object of UserFormBean, and returns this object using this method call.
这一实例植入后端数据,设置userformbean的实例对象,并使用以下方法调用返回该对象。
The key difference between this instance and one created using static data APIs is that the instance type is commonj.sdo.DataObject and not a typed interface representing the data object.
此实例与静态数据api创建的实例的主要区别在于,该实例类型为commonj .sdo . DataObject而不是表示数据对象的类型接口。
The binding process involves using the XMLBeans API to access the data in the actual XML instance document in an object-mannered way.
绑定过程需要使用XMLBeansAPI,以面向对象的方式访问真正的XML实例文档中的数据。
The MVC framework uses an object/relational (O/R) mapping framework - for instance Hibernate or Spring - to store and retrieve data in a relational database.
MVC框架使用O/R框架,例如Hibernate或者Spring,来从关系数据库里存储和获取数据。
Once the data set is defined, you have the option of including the data set object instance in your component tray for rapid data source mapping to form controls in your forms designer.
一旦定义了数据集,您就可以选择在组件托盘上包含该数据集对象实例,用以将数据源快速映射到窗体设计器中的窗体控制。
The primary instance of the model is keeping long-term state and providing application logic; the copy used by the view is essentially a disposable data-access object.
模型的主实例保持长期状态,并提供应用程序逻辑;而视图使用的副本实际上是一个可任意使用的数据访问对象。
The VM object contains data structures for the very specific thread execution, like for instance current blocks, bindings, exceptions, etc.
VM对象包含了表示当前线程执行的数据结构,例如当前的块、绑定以及异常等。
When we create an instance of a domain type to represent a specific piece of data, we create a domain object.
当我们生成一个域类型的实例来表示一个特定的数据片段时,我们便生成了一个域对象。
Object data type can point to data of any data type, including any object instance your application recognizes.
数据类型可以指向任意数据类型的数据,包括您的应用程序识别的任意对象实例。
For instance, if you have a class representing a Customer, you could attach a stereotype of to indicate that it represents a data object (perhaps an Entity Bean).
例如,如果您有一个表示顾客的类,那么您可以附加模板(stereotypes)来表示它代表一个数据对象(或许是Entity Bean)。
The binding process involves using the XMLBeans API to access the data in the actual XML instance document in an object-oriented fashion.
绑定过程包括以面向对象的方式使用XMLBeansAPI来访问实际XML实例文档中的数据。
To convert an XPath expression from a String to an XPathExpression object, which can then be applied to any node in an instance of the supported data model.
将XPath表达式从String转化为XPathExpression对象,然后将该对象应用于所支持的数据模型实例中的任何节点。
This paper introduced the conception of dimension in data warehouse. Then the methods of updating object records and instance structure of dimensions are described and evaluated respectively.
本文介绍了数据仓库中的维及其相关概念,并分别对维的对象记录和实例结构的更新方法进行了描述和评价。
Will the data and the data processing of the corresponding function "packaging" to a class. A class instance is called an object.
将数据及处理数据的相应函数“封装”到一个类中。类的实例称为对象。在一个对象内,只有属于该对象的函数才可以存取该对象的数据。
When an instance of a process is appended to an object, placeholders for this data are created as well.
当过程的一个实例被添加到一个对象时,该数据的占位符也被创建。
Normally, all fields of an object instance are serialized, meaning that data is represented in the serialized data for the instance.
通常,对象实例的所有字段都会被序列化,这意味着数据会被表示为实例的序列化数据。
The memory image of an instance of a class has one pointer to the vtable of this class, stored in front of the actual data members of the object.
类的实例的内存快照里有一个vtable的指针,该指针位置在实际的成员变量前面。
Static methods can only access instance methods or instance data after an instance of the class is created. That is, after an object has been created.
静态方法只能在实际对象被创建后使用实际变量和实际方法。
应用推荐