Uses of Class
com.sun.tools.corba.ee.idl.RepositoryID
-
Packages that use RepositoryID Package Description com.sun.tools.corba.ee.idl -
-
Uses of RepositoryID in com.sun.tools.corba.ee.idl
Subclasses of RepositoryID in com.sun.tools.corba.ee.idl Modifier and Type Class Description class
IDLID
Fields in com.sun.tools.corba.ee.idl declared as RepositoryID Modifier and Type Field Description private RepositoryID
SymtabEntry. _repID
(package private) static RepositoryID
Util. emptyID
Methods in com.sun.tools.corba.ee.idl that return RepositoryID Modifier and Type Method Description RepositoryID
SymtabEntry. repositoryID()
Methods in com.sun.tools.corba.ee.idl with parameters of type RepositoryID Modifier and Type Method Description void
SymtabEntry. repositoryID(RepositoryID id)
Set the repository ID for this entry.
-