public final class FullValueDescription extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
String[] |
abstract_base_values |
AttributeDescription[] |
attributes |
String |
base_value |
String |
defined_in |
String |
id |
Initializer[] |
initializers |
boolean |
is_abstract |
boolean |
is_custom |
boolean |
is_truncatable |
ValueMember[] |
members |
String |
name |
OperationDescription[] |
operations |
String[] |
supported_interfaces |
TypeCode |
type |
String |
version |
Constructor and Description |
---|
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) |
public String name
public String id
public boolean is_abstract
public boolean is_custom
public String defined_in
public String version
public OperationDescription[] operations
public AttributeDescription[] attributes
public ValueMember[] members
public Initializer[] initializers
public String[] supported_interfaces
public String[] abstract_base_values
public boolean is_truncatable
public String base_value
public TypeCode type
public 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 © 2018 JBoss by Red Hat. All rights reserved.