public final class StructMember extends Object implements IDLEntity
struct在接口库,包括名称
struct构件,所述的类型
struct构件,和表示的IDL类型的typedef
struct构件描述的
struct成员对象。
| Modifier and Type | Field and Description |
|---|---|
String |
name
由此
StructMember对象描述的结构体成员的名称。
|
TypeCode |
type
由该
StructMember对象描述的结构体成员的类型。
|
IDLType |
type_def
该typedef表示由此
StructMember对象描述的结构成员的IDL类型。
|
| Constructor and Description |
|---|
StructMember()
构造一个默认的
StructMember对象。
|
StructMember(String __name, TypeCode __type, IDLType __type_def)
构造一个使用给定值初始化的
StructMember对象。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.