org.openorb.ir.persistence
public interface InterfaceDef extends Container, Contained
Method Summary | |
---|---|
AttributeDefRef[] | attributes()
Attributes |
AttributeDefRef[] | attributes(ForUpdate fu) |
void | attributes(AttributeDefRef[] arg)
Attributes |
InterfaceDefRef[] | base_interfaces()
BaseInterfaces |
InterfaceDefRef[] | base_interfaces(ForUpdate fu) |
void | base_interfaces(InterfaceDefRef[] arg)
BaseInterfaces |
short | interface_type()
Indicates if this is an InterfaceDef (=0) or an AbstractInterfaceDef (=1) or a |
void | interface_type(short arg)
Indicates if this is an InterfaceDef (=0) or an AbstractInterfaceDef (=1) or a |
OperationDefRef[] | operations()
Operations |
OperationDefRef[] | operations(ForUpdate fu) |
void | operations(OperationDefRef[] arg)
Operations |
TypeCode | type()
TypeCode |
void | type(TypeCode arg)
TypeCode |