Microsoft SDK for Java

IRemoteInnerClassField Interface Methods

The IRemoteInnerClassField interface contains the following methods:

GetInnerClassModifiers returns a bitmask of flags from the FIELDMODIFIERS enumeration describing the modifiers of this inner class.
GetInnerClassName returns the original name of the inner class, not the decorated class name generated by the Java compiler.
GetOuterClass returns an IRemoteClassField interface representing the outer class of this inner class.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.