public class ArrayDef extends IDLType implements ArrayDefOperations
| Constructor and Description |
|---|
ArrayDef(TypeCode tc,
Repository ir,
org.slf4j.Logger logger,
POA poa) |
| Modifier and Type | Method and Description |
|---|---|
void |
define()
second phase of loading IRObjects, define any unresolved links
|
void |
destroy() |
IDLType |
element_type_def() |
void |
element_type_def(IDLType a) |
TypeCode |
element_type() |
int |
length() |
void |
length(int a) |
def_kind, getName, getReference, setReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittypedef_kindpublic ArrayDef(TypeCode tc, Repository ir, org.slf4j.Logger logger, POA poa)
public int length()
length in interface ArrayDefOperationspublic void length(int a)
length in interface ArrayDefOperationspublic TypeCode element_type()
element_type in interface ArrayDefOperationspublic IDLType element_type_def()
element_type_def in interface ArrayDefOperationspublic void element_type_def(IDLType a)
element_type_def in interface ArrayDefOperationspublic void destroy()
destroy in interface IRObjectOperationsdestroy in class IDLTypeCopyright © 2017 JacORB. All rights reserved.