public class IDLType extends Object
Constructor and Description |
---|
IDLType(Class cl,
String memberName) |
IDLType(Class cl,
String[] modules,
String memberName) |
Modifier and Type | Method and Description |
---|---|
String |
getExceptionName() |
Class |
getJavaClass() |
String |
getMemberName() |
String |
getModuleName() |
String[] |
getModules() |
boolean |
hasModule()
True if this type doesn't have a containing module.
|
String |
makeConcatenatedName(char separator,
boolean fixIDLKeywords) |
public Class getJavaClass()
public String[] getModules()
public String makeConcatenatedName(char separator, boolean fixIDLKeywords)
public String getModuleName()
public String getExceptionName()
public String getMemberName()
public boolean hasModule()
Copyright © 2020 JBoss by Red Hat. All rights reserved.