org.omg.IOP
public final class TaggedComponent extends Object implements IDLEntity, Serializable
See Also: TaggedComponentHolder
Field Summary | |
---|---|
byte[] | component_data
The tag component data. |
int | tag
The integer tag identifier, for instance, TAG_CODE_SETS.value. |
Constructor Summary | |
---|---|
TaggedComponent()
Create the unitialised instance, assigning to
the all fields java default values. | |
TaggedComponent(int a_tag, byte[] a_component_data)
Create the instance, initialising the fields to the given values. |