IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
 
[Sommaire]  [Top 50]  [F.A.Q.]  [ Java SE ]  [ Java EE ]  [Javadoc standard]  [Contact]
[ 1.4.2 ]  [ 5.0 ]  [ 6.0
Rechercher   
Dans
Options   sensible à la casse
étendre la recherche aux descriptions
Préférences
fr en 
 
Moteurs de recherche
JavaTM 2 Platform Std. Ed. v1.4.2

org.omg.CORBA
Interface IDLTypeOperations

All Superinterfaces:
IRObjectOperations
All Known Subinterfaces:
IDLType
All Known Implementing Classes:
_IDLTypeStub

public interface IDLTypeOperations
extends IRObjectOperations

This interface must be implemented by all IDLType objects. The IDLType is inherited by all IR objects that represent IDL types, including interfaces, typedefs, and anonymous types.

See Also:
IDLType, IRObject, IRObjectOperations

Method Summary
 TypeCode type()
          The type attribute describes the type defined by an object derived from IDLType.
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

type

public TypeCode type()
The type attribute describes the type defined by an object derived from IDLType.

Returns:
the TypeCode defined by this object.

Copyright 2003 Sun Microsystems, Inc. All rights reserved