public class IDLType extends IRObject implements IDLTypeOperations
| Modifier | Constructor and Description |
|---|---|
protected |
IDLType() |
| Modifier and Type | Method and Description |
|---|---|
static IDLType |
create(TypeCode tc,
Repository ir,
boolean define,
org.slf4j.Logger logger,
POA poa) |
static IDLType |
create(TypeCode tc,
Repository ir,
org.slf4j.Logger logger,
POA poa)
Factory method for IDLType objects
|
void |
define()
second phase of loading IRObjects, define any unresolved links
|
void |
destroy() |
TypeCode |
type() |
def_kind, getName, getReference, setReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdef_kindprotected TypeCode type
public TypeCode type()
type in interface IDLTypeOperationspublic void define()
IRObjectpublic void destroy()
destroy in interface IRObjectOperationsdestroy in class IRObjectpublic static IDLType create(TypeCode tc, Repository ir, org.slf4j.Logger logger, POA poa)
public static IDLType create(TypeCode tc, Repository ir, boolean define, org.slf4j.Logger logger, POA poa)