org.omg.CORBA
Interface AttributeDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
AttributeDef
All Known Implementing Classes:
_AttributeDefStub

public interface AttributeDefOperations
extends ContainedOperations


Method Summary
 AttributeMode mode()
           
 void mode(AttributeMode val)
           
 IDLType type_def()
           
 void type_def(IDLType val)
           
 TypeCode type()
           
 
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 val)

mode

AttributeMode mode()

mode

void mode(AttributeMode val)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.