Package org.omg.CORBA
Interface AttributeDefOperations
-
- All Superinterfaces:
ContainedOperations
,IRObjectOperations
- All Known Subinterfaces:
AttributeDef
- All Known Implementing Classes:
_AttributeDefStub
,AttributeDefPOA
,AttributeDefPOATie
public interface AttributeDefOperations extends ContainedOperations
org/omg/CORBA/AttributeDefOperations.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 AttributeMode
mode()
void
mode(AttributeMode newMode)
TypeCode
type()
IDLType
type_def()
void
type_def(IDLType newType_def)
-
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
-
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
-
-
-
Method Detail
-
type
TypeCode type()
-
type_def
IDLType type_def()
-
type_def
void type_def(IDLType newType_def)
-
mode
AttributeMode mode()
-
mode
void mode(AttributeMode newMode)
-
-