|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributeDefOperations
This interface is used to represent an interface attribute that is stored in the Interface Repository. This interface provides methods for setting and obtaining the attribute's mode, and type.
Method Summary | |
---|---|
AttributeMode |
mode()
The mode of the attribute. |
void |
mode(AttributeMode arg0)
The mode of the attribute. |
IDLType |
type_def()
The IDLType of this object. |
void |
type_def(IDLType arg0)
The IDLType of this object. |
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 |
---|
AttributeMode mode()
void mode(AttributeMode arg0)
IDLType type_def()
void type_def(IDLType arg0)
TypeCode type()
TypeCode
representing the attribute's type
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |