public final class InterfaceDescription extends Object implements IDLEntity
Modifier and Type | Field and Description |
---|---|
String[] |
base_interfaces |
String |
defined_in |
String |
id |
boolean |
is_abstract |
String |
name |
String |
version |
Constructor and Description |
---|
InterfaceDescription() |
InterfaceDescription(String name,
String id,
String defined_in,
String version,
String[] base_interfaces,
boolean is_abstract) |
Copyright © 2016 JacORB. All rights reserved.