public final class FullInterfaceDescription extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
AttributeDescription[] |
attributes |
String[] |
base_interfaces |
String |
defined_in |
String |
id |
boolean |
is_abstract |
String |
name |
OperationDescription[] |
operations |
TypeCode |
type |
String |
version |
Constructor and Description |
---|
FullInterfaceDescription() |
FullInterfaceDescription(String _name,
String _id,
String _defined_in,
String _version,
OperationDescription[] _operations,
AttributeDescription[] _attributes,
String[] _base_interfaces,
TypeCode _type,
boolean _is_abstract) |
public String name
public String id
public String defined_in
public String version
public OperationDescription[] operations
public AttributeDescription[] attributes
public String[] base_interfaces
public TypeCode type
public boolean is_abstract
public FullInterfaceDescription()
public FullInterfaceDescription(String _name, String _id, String _defined_in, String _version, OperationDescription[] _operations, AttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type, boolean _is_abstract)
Copyright © 2017 JBoss by Red Hat. All rights reserved.