public class ConstantDef extends Contained implements ConstantDefOperations
absolute_name, containing_repository, defined_in, id, version| Constructor and Description |
|---|
ConstantDef(java.lang.Class c,
Container _defined_in,
Repository ir,
org.slf4j.Logger logger,
POA poa)
Constructor to create constants mapped to a separate class
|
ConstantDef(java.lang.reflect.Field field,
Container _defined_in,
Repository _containing_repository,
org.slf4j.Logger logger,
POA poa)
Constructor to create constants defined with an interface
|
| Modifier and Type | Method and Description |
|---|---|
Description |
describe() |
void |
destroy() |
IDLType |
type_def() |
void |
type_def(IDLType a) |
TypeCode |
type() |
Any |
value() |
void |
value(Any _value) |
absolute_name, containing_repository, createContained, createContainedReference, defined_in, id, id, move, name, name, version, versiondef_kind, getName, getReference, setReferenceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitabsolute_name, containing_repository, defined_in, id, id, move, name, name, version, versiondef_kindpublic ConstantDef(java.lang.reflect.Field field,
Container _defined_in,
Repository _containing_repository,
org.slf4j.Logger logger,
POA poa)
public ConstantDef(java.lang.Class c,
Container _defined_in,
Repository ir,
org.slf4j.Logger logger,
POA poa)
public TypeCode type()
type in interface ConstantDefOperationspublic Any value()
value in interface ConstantDefOperationspublic void value(Any _value)
value in interface ConstantDefOperationspublic IDLType type_def()
type_def in interface ConstantDefOperationspublic void type_def(IDLType a)
type_def in interface ConstantDefOperationspublic Description describe()
describe in interface ContainedOperationsdescribe in class Containedpublic void destroy()
destroy in interface IRObjectOperationsdestroy in class IRObject