|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ValueDescription
public final class ValueDescription
This interface is used to represent a description of the value type that is stored in the Interface Repository.
| Field Summary | |
|---|---|
java.lang.String[] |
abstract_base_values
The list of abstract value types from which this valuedescription inherits. |
java.lang.String |
base_value
The value types from which this valuedescription inherits. |
java.lang.String |
defined_in
The repository id of the module or interface in which this valuedescription is defined. |
java.lang.String |
id
The repository id of the valuedescription. |
boolean |
is_abstract
If set to true, the valuedescription is an abstract value type. |
boolean |
is_custom
If set to true, the valuedescription is custom marshalled. |
boolean |
is_truncatable
The value type's setting for whether or not this valuedescription can safely truncated to its base value types. |
java.lang.String |
name
The name of the valuedescription. |
java.lang.String[] |
supported_interfaces
The list of interfaces which this valuedescription supports. |
java.lang.String |
version
The valuedescription's version |
| Constructor Summary | |
|---|---|
ValueDescription()
|
|
ValueDescription(java.lang.String name,
java.lang.String id,
boolean is_abstract,
boolean is_custom,
java.lang.String defined_in,
java.lang.String version,
java.lang.String[] supported_interfaces,
java.lang.String[] abstract_base_values,
boolean is_truncatable,
java.lang.String base_value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String id
public boolean is_abstract
public boolean is_custom
public java.lang.String defined_in
public java.lang.String version
public java.lang.String[] supported_interfaces
public java.lang.String[] abstract_base_values
public boolean is_truncatable
public java.lang.String base_value
| Constructor Detail |
|---|
public ValueDescription()
public ValueDescription(java.lang.String name,
java.lang.String id,
boolean is_abstract,
boolean is_custom,
java.lang.String defined_in,
java.lang.String version,
java.lang.String[] supported_interfaces,
java.lang.String[] abstract_base_values,
boolean is_truncatable,
java.lang.String base_value)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||