org.apache.ws.jaxme.js
public class JavaInnerClass extends JavaSource
Implements an inner class.
Method Summary | |
---|---|
void | addImport(String s) Throws an exception, as inner classes don't have import statements. |
JavaSource | getOuterClass() Returns the outer JavaSource instance. |
boolean | getStatic() Returns whether this inner class is static. |
boolean | isInnerClass() Returns, whether this is an inner class. |
void | setStatic(boolean pStatic) Sets whether this inner class is static. |
Throws an exception, as inner classes don't have import statements.
Returns the outer JavaSource instance.
Returns whether this inner class is static.
Returns, whether this is an inner class.
Sets whether this inner class is static.