class SourceCode.Import extends Object implements Comparable<SourceCode.Import>
import
statement.Constructor and Description |
---|
SourceCode.Import(org.apache.openjpa.persistence.util.SourceCode.ClassName name) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(SourceCode.Import other) |
boolean |
equals(Object other) |
(package private) org.apache.openjpa.persistence.util.SourceCode.ClassName |
getClassName() |
void |
write(PrintWriter out,
int tab) |
public SourceCode.Import(org.apache.openjpa.persistence.util.SourceCode.ClassName name)
public int compareTo(SourceCode.Import other)
compareTo
in interface Comparable<SourceCode.Import>
public void write(PrintWriter out, int tab)
org.apache.openjpa.persistence.util.SourceCode.ClassName getClassName()
Copyright © 2006–2015 Apache Software Foundation. All rights reserved.