All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----org.omg.CORBA.Principal
#pragma prefix "omg.org/CORBA"
interface Principal {
attribute ::CORBA::OctetSequence name;
};
Reader for attribute: ::CORBA::Principal::name.
Writer for attribute: ::CORBA::Principal::name.
public Principal()
public abstract void name(byte[] name)
Writer for attribute: ::CORBA::Principal::name.
#pragma prefix "omg.org/CORBA/Principal" attribute ::CORBA::OctetSequence name;
public abstract byte[] name()
Reader for attribute: ::CORBA::Principal::name.
#pragma prefix "omg.org/CORBA/Principal" attribute ::CORBA::OctetSequence name;
All Packages Class Hierarchy This Package Previous Next Index