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 JBoss by Red Hat. All rights reserved.