Package org.omg.CORBA
Interface ArrayDefOperations
-
- All Superinterfaces:
IDLTypeOperations
,IRObjectOperations
- All Known Subinterfaces:
ArrayDef
- All Known Implementing Classes:
_ArrayDefStub
,ArrayDefPOA
,ArrayDefPOATie
public interface ArrayDefOperations extends IDLTypeOperations
org/omg/CORBA/ArrayDefOperations.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeCode
element_type()
IDLType
element_type_def()
void
element_type_def(IDLType newElement_type_def)
int
length()
void
length(int newLength)
-
Methods inherited from interface org.omg.CORBA.IDLTypeOperations
type
-
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
-