org.apache.ws.jaxme.js
public abstract class JavaSourceObject extends IndentationEngineImpl
Constructor Summary | |
---|---|
protected | JavaSourceObject(String pName, JavaQName pType, JavaSource.Protection pProtection) |
protected | JavaSourceObject(String pName, JavaQName pType) |
protected | JavaSourceObject(String pName, String pType, JavaSource.Protection pProtection) |
protected | JavaSourceObject(String pName, String pType) |
Method Summary | |
---|---|
JavaComment | getComment() Returns a comment describing this JavaSource object. |
JavaSource | getJavaSource() Returns the class, to which this JavaSource object belongs. |
String | getName() Returns this JavaSource objects name. |
JavaSource.Protection | getProtection() Returns this JavaSource objects protection. |
JavaQName | getType() Returns this JavaSource objects type. |
boolean | isAbstract() Returns whether this JavaSource object is abstract. |
boolean | isFinal() Returns whether this is a final JavaSource object.
|
boolean | isStatic() Returns whether this is a static JavaSource object. |
JavaComment | newComment() Creates a new Javadoc comment describing this JavaSource object. |
void | setAbstract(boolean isAbstract) Sets whether this JavaSource object is abstract. |
void | setFinal(boolean pFinal) Sets whether this is a final JavaSource object.
|
protected void | setJavaSource(JavaSource pSource) |
void | setName(String n) Sets this JavaSource objects name. |
void | setProtection(JavaSource.Protection p) Sets this JavaSource objects protection. |
void | setStatic(boolean pStatic) Sets whether this is a static JavaSource object. |
void | setType(JavaQName t) Sets this JavaSource objects type. |
See Also: JavaSourceObject
See Also: JavaSourceObject
See Also: JavaSourceObject
See Also: JavaSourceObject
See Also: JavaSourceObject
See Also: JavaSourceObject
See Also: JavaSourceObject
See Also: isFinal
See Also: JavaSourceObject
Parameters: p null, "public", "protected" or "private"
See Also: JavaSourceObject
See Also: isStatic
See Also: JavaSourceObject