org.openorb.ir.persistence
Interface AttributeDef

All Superinterfaces:
Contained, IRObject, org.omg.CosPersistentState.StorageObject

public interface AttributeDef
extends Contained

This storagetype describes the AttributeDef


Method Summary
 org.omg.CORBA.AttributeMode mode()
          AttributeMode
 void mode(org.omg.CORBA.AttributeMode arg)
          AttributeMode
 org.omg.CORBA.AttributeMode mode(org.omg.CosPersistentState.ForUpdate fu)
           
 org.omg.CORBA.IDLType type_def()
          IDLType and TypeCode
 org.omg.CORBA.IDLType type_def(org.omg.CosPersistentState.ForUpdate fu)
           
 void type_def(org.omg.CORBA.IDLType arg)
          IDLType and TypeCode
 
Methods inherited from interface org.openorb.ir.persistence.Contained
absolute_name, absolute_name, containing_repository, containing_repository, containing_repository, containing_repository, defined_in, defined_in, defined_in, defined_in, name, name, version, version
 
Methods inherited from interface org.openorb.ir.persistence.IRObject
def_kind, def_kind, def_kind, id, id
 
Methods inherited from interface org.omg.CosPersistentState.StorageObject
destroy_object, get_pid, get_short_pid, get_storage_home, object_exists
 

Method Detail

type_def

org.omg.CORBA.IDLType type_def()
IDLType and TypeCode


type_def

org.omg.CORBA.IDLType type_def(org.omg.CosPersistentState.ForUpdate fu)

type_def

void type_def(org.omg.CORBA.IDLType arg)
IDLType and TypeCode


mode

org.omg.CORBA.AttributeMode mode()
AttributeMode


mode

org.omg.CORBA.AttributeMode mode(org.omg.CosPersistentState.ForUpdate fu)

mode

void mode(org.omg.CORBA.AttributeMode arg)
AttributeMode