All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface org.omg.CORBA.PrimitiveDefOperations

public interface PrimitiveDefOperations
extends IDLTypeOperations

IDL definition:
#pragma prefix "omg.org/CORBA"
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.

#pragma prefix "omg.org/CORBA/PrimitiveDef"
readonly attribute ::CORBA::PrimitiveKind kind;


All Packages  Class Hierarchy  This Package  Previous  Next  Index