public interface ConstantDefOperations extends ContainedOperations
| Modifier and Type | Method and Description |
|---|---|
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.
|
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, versiondef_kind, destroyTypeCode type()
IDLType type_def()
void type_def(IDLType value)
Any value()
void value(Any value)