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