org.jacorb.ir

Class AttributeDef

public class AttributeDef extends Contained implements AttributeDefOperations

Constructor Summary
AttributeDef(Method m, String attrTypeName, AttributeMode mode, Container _defined_in, Repository _containing_repository, Logger logger, ClassLoader loader, POA poa)
Method Summary
voiddefine()
Descriptiondescribe()
voiddestroy()
AttributeModemode()
voidmode(AttributeMode a)
TypeCodetype()
IDLTypetype_def()
voidtype_def(IDLType a)

Constructor Detail

AttributeDef

public AttributeDef(Method m, String attrTypeName, AttributeMode mode, Container _defined_in, Repository _containing_repository, Logger logger, ClassLoader loader, POA poa)

Method Detail

define

public void define()

describe

public Description describe()

destroy

public void destroy()

mode

public AttributeMode mode()

mode

public void mode(AttributeMode a)

type

public TypeCode type()

type_def

public IDLType type_def()

type_def

public void type_def(IDLType a)