All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.PrimitiveDef

public interface PrimitiveDef
extends IDLType

IDL definition:
interface PrimitiveDef : ::CORBA::IDLType {
readonly attribute ::CORBA::PrimitiveKind kind;
};


Method Index

 o kind()

Reader for attribute: ::CORBA::PrimitiveDef::kind.

Methods

 o kind
 public abstract PrimitiveKind kind()

Reader for attribute: ::CORBA::PrimitiveDef::kind.

readonly attribute ::CORBA::PrimitiveKind kind;


All Packages  Class Hierarchy  This Package  Previous  Next  Index