org.jacorb.ir
Class AttributeDef
java.lang.Object
org.jacorb.ir.IRObject
org.jacorb.ir.Contained
org.jacorb.ir.AttributeDef
- All Implemented Interfaces:
- org.omg.CORBA.IRObjectOperations
public class AttributeDef
- extends Contained
Constructor Summary |
AttributeDef(java.lang.reflect.Method m,
java.lang.String attrTypeName,
org.omg.CORBA.AttributeMode mode,
org.omg.CORBA.Container _defined_in,
org.omg.CORBA.Repository _containing_repository,
org.apache.avalon.framework.logger.Logger logger,
java.lang.ClassLoader loader,
org.omg.PortableServer.POA poa)
|
Method Summary |
void |
define()
second phase of loading IRObjects, define any unresolved links |
org.omg.CORBA.ContainedPackage.Description |
describe()
|
void |
destroy()
|
org.omg.CORBA.AttributeMode |
mode()
|
void |
mode(org.omg.CORBA.AttributeMode a)
|
org.omg.CORBA.IDLType |
type_def()
|
void |
type_def(org.omg.CORBA.IDLType a)
|
org.omg.CORBA.TypeCode |
type()
|
Methods inherited from class org.jacorb.ir.Contained |
absolute_name, containing_repository, createContained, createContainedReference, defined_in, id, id, move, name, name, version, version |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeDef
public AttributeDef(java.lang.reflect.Method m,
java.lang.String attrTypeName,
org.omg.CORBA.AttributeMode mode,
org.omg.CORBA.Container _defined_in,
org.omg.CORBA.Repository _containing_repository,
org.apache.avalon.framework.logger.Logger logger,
java.lang.ClassLoader loader,
org.omg.PortableServer.POA poa)
type
public org.omg.CORBA.TypeCode type()
type_def
public org.omg.CORBA.IDLType type_def()
type_def
public void type_def(org.omg.CORBA.IDLType a)
mode
public org.omg.CORBA.AttributeMode mode()
mode
public void mode(org.omg.CORBA.AttributeMode a)
define
public void define()
- Description copied from class:
IRObject
- second phase of loading IRObjects, define any unresolved links
describe
public org.omg.CORBA.ContainedPackage.Description describe()
- Specified by:
describe
in class Contained
destroy
public void destroy()
- Specified by:
destroy
in interface org.omg.CORBA.IRObjectOperations
- Specified by:
destroy
in class IRObject