Methods' Summary |
getBaseType |
Returns the type of the base type of the compound type.
If the compound does not have a base type, the method returns a null interface.
|
getMemberTypes |
Returns the member types of the struct/exception in IDL declaration order.
|
getMemberNames |
Returns the member names of the struct/exception in IDL declaration order.
|
Methods' Details |
getBaseType
- Description
- Returns the type of the base type of the compound type.
If the compound does not have a base type, the method returns a null interface.
- Returns
-
base interface or null
|
|
getMemberTypes
- Description
- Returns the member types of the struct/exception in IDL declaration order.
- Returns
-
members of struct/exception
|
|
getMemberNames
sequence< string >
getMemberNames(); |
|
|
- Description
- Returns the member names of the struct/exception in IDL declaration order.
- Returns
-
members names of struct/exception
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.