All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.AttributeDescriptionHelper
struct AttributeDescription { ::CORBA::Identifier name; ::CORBA::RepositoryId id; ::CORBA::RepositoryId defined_in; ::CORBA::VersionSpec version; TypeCode type; ::CORBA::AttributeMode mode; };
public AttributeDescriptionHelper()
public static AttributeDescription read(InputStream _input)
public static void write(OutputStream _output, AttributeDescription value)
public static void insert(Any any, AttributeDescription value)
public static AttributeDescription extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index