Primitive type
- 网络基本类型;原语类型
-
Flow control variables ? Primitive type variables
若是流程控制变量,则使用基本类型变量
-
Being loosely typed , each element can contain any primitive type or object .
由于类型松散,每个元素都能包含任何基本类型或对象。
-
Use primitive type long to transfer your Date or Calendar representation
使用基元类型long传输Date或Calendar表示形式
-
Primitive type can not be widened to target type .
基元类型不能扩展到目标类型。
-
Primitive type conversion is now performed automatically by the compiler .
现在,由编译器自动地执行基元类型转换。
-
Type to any primitive type .
类型向任何基元类型进行转换。
-
It is , in fact , a primitive type of calendar .
它实际上是一种原始日历。
-
Classes are instantiated with all their primitive type attributes given default values .
类的实例化是给它们所有的原语类型属性赋予默认值。
-
A variable of a primitive type always holds a value of that exact primitive type .
简单类型的变量老是执削发朴类型的值。
-
The type of a service operation parameter should be either a primitive type or a DataType .
服务操作参数的类型应当或者是一个原始类型,或者是一个DataType。
-
If the Class is a primitive type then I need to wrap it in a Java object .
如果Class是基本类型,那么我需要将它包装在一个Java对象中。
-
The mature sperm is typical primitive type , consisting of head , middle piece and tail .
精子为典型的原生型,包括头部、中段与尾部三部分。
-
Finally , an enumerated type may , in a Schema , be part of a union with a primitive type .
最后,模式(Schema)中的枚举类型可能是原始类型的联合(union)的一个组成部分。
-
The representation used depends on whether the field is a simple object type , a simple primitive type , or an array type .
所使用的表示法取决于字段是简单对象类型、简单原语类型还是数组类型。
-
Assembly lists do not represent actual values ; however , a repeating XML element can have a primitive type .
程序集列表不表示实际值;但是一个重复的XML元素可以有一个原始类型。
-
Notice that the return value is no longer a primitive type but rather a collection of user-defined JavaBeans .
注意到返回值不再是原语类型,而是用户定义的JavaBean集。
-
An attribute of an object is represented by a Property which can be a primitive type or a reference to another object .
对象的属性由Property表示,它可以是基元类型,也可以是对另一个对象的引用。
-
Like parameters , result objects can be a JavaBean , a Map , a primitive type wrapper , or XML .
与参数类似,结果对象可以是JavaBean、Map、原始类型包装器或XML。
-
The second filter removes any list items where the left side of the expression is a primitive type or a null .
第二个过滤器负责移除任何表达式左侧为一个基本类型或null型的列表条目。
-
A derived type can be cast to a primitive type if its primitive ancestor can be cast to the target type .
如果派生类型的基元祖先可以转换为目标类型,则该派生类型可以转换为基元类型。
-
The anchoring construct in the SDO framework is the data object container , which consists of data objects and primitive type members .
SDO框架之中的固定构筑是数据对象容器,它由数据对象以及主要的类型成员组成。
-
A mature sperm is primitive type containing 3 parts , a head , a middle-piece and a long tail .
成熟精子属原生型,由头部、中段和尾部三部分组成。
-
To specify the parameters to be used by the EGL Application Transformation when transforming a UML primitive type element , follow these steps .
当转换一个UML原始类型元素时指定EGLApplication使用的参数,遵循以下步骤。
-
If no appropriate EGL type is selected for a UML primitive type , then a default of String type will be created .
如果对于一个UML原始类型没有合适的EGL类型选择,那么将会创建一个默认的String类型。
-
By adding operator overloads to a type , you allow developers to use the type as though it were a built-in primitive type .
通过在类型中添加运算符重载,开发人员可以像使用内置基元类型一样使用该类型。
-
Create a UML attribute of X and , from the C # primitive type library , set its type to int as described previously .
创建UML属性X,在C基本类型库中,像前面介绍的那样,将其类型设置为int。
-
For example , setting the attribute to be of type Enumeration will result in different buttons than setting the attribute to be of a primitive type .
例如,将这个属性类型设置为Enumeration,与将这个属性设置为先前的类型相比会产生不同的按钮。
-
If the variable is a primitive type , the metric directly holds its value ; if it is a complex type , the metric holds its XML .
如果变量是原语类型,指标直接包含其值;如果它是一种复杂类型,指标将包含它的XML。
-
That means that if you want to make a nonprimitive object on the heap to represent that primitive type , you use the associated wrapper .
这意味着假如想让堆内一个非主要对象表示那个主类型,就要使用对应的封装器。
-
Java allows you to cast any primitive type to any other primitive type , except for boolean , which doesn 't allow any casting at all .
java允许我们将任何主类型“造型”为其他任何一种主类型,但布尔值(bollean)要除外,后者根本不允许进行任何造型处理。