All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.AttributeModeHelper
enum AttributeMode { ATTR_NORMAL, ATTR_READONLY };
public AttributeModeHelper()
public static AttributeMode read(InputStream _input)
public static void write(OutputStream _output, AttributeMode value)
public static void insert(Any any, AttributeMode value)
public static AttributeMode extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index