|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A ConstantDef object defines a named constant.
Method Summary | |
IDLType |
type_def()
The type_def attribute identifies the definition of the type of the constant. |
void |
type_def(IDLType value)
The type_def attribute identifies the definition of the type of the constant. |
TypeCode |
type()
The type attribute specifies the TypeCode describing the type of the constant. |
Any |
value()
The value attribute contains the value of the constant. |
void |
value(Any value)
The value attribute contains the value of the constant. |
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 |
public TypeCode type()
public IDLType type_def()
public void type_def(IDLType value)
public Any value()
public void value(Any value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |