org.omg.CORBA.ValueDefPackage
Class FullValueDescription
java.lang.Object
org.omg.CORBA.ValueDefPackage.FullValueDescription
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class FullValueDescription
- extends Object
- implements IDLEntity
- See Also:
- Serialized Form
Constructor Summary |
FullValueDescription()
|
FullValueDescription(String name,
String id,
boolean is_abstract,
boolean is_custom,
String defined_in,
String version,
OperationDescription[] operations,
AttributeDescription[] attributes,
ValueMember[] members,
Initializer[] initializers,
String[] supported_interfaces,
String[] abstract_base_values,
boolean is_truncatable,
String base_value,
TypeCode type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
id
public String id
is_abstract
public boolean is_abstract
is_custom
public boolean is_custom
defined_in
public String defined_in
version
public String version
operations
public OperationDescription[] operations
attributes
public AttributeDescription[] attributes
members
public ValueMember[] members
initializers
public Initializer[] initializers
supported_interfaces
public String[] supported_interfaces
abstract_base_values
public String[] abstract_base_values
is_truncatable
public boolean is_truncatable
base_value
public String base_value
type
public TypeCode type
FullValueDescription
public FullValueDescription()
FullValueDescription
public FullValueDescription(String name,
String id,
boolean is_abstract,
boolean is_custom,
String defined_in,
String version,
OperationDescription[] operations,
AttributeDescription[] attributes,
ValueMember[] members,
Initializer[] initializers,
String[] supported_interfaces,
String[] abstract_base_values,
boolean is_truncatable,
String base_value,
TypeCode type)
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.