|
UDK 3.1.0 Java API Reference | ||||||||||
前の文字 次の文字 | フレームあり フレームなし |
IFieldDescription
describes non
method members.
IMemberDescription
is the base interface
for for the special subset of typedescriptions, which describe
members of IDL structs or interfeces.
IMethodDescription
allows to examine a method
in detail. boolean
.
byte
.
char
.
double
.
enum
.
float
.
long
(which maps to a java-int).
hyper
(which maps to a java-long).
oneWay
,
respectivly if this method may become executed asynchronously.
short
.
string
.
type
.
void
.
ITypeDescription
allows to examine a type
in detail (e.g. it is used for marshaling/unmarshaling).
|
UDK 3.1.0 Java API Reference | ||||||||||
前の文字 次の文字 | フレームあり フレームなし |