class SourceCode.Import extends java.lang.Object implements java.lang.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(java.lang.Object other) |
(package private) org.apache.openjpa.persistence.util.SourceCode.ClassName |
getClassName() |
void |
write(java.io.PrintWriter out,
int tab) |
public SourceCode.Import(org.apache.openjpa.persistence.util.SourceCode.ClassName name)
public int compareTo(SourceCode.Import other)
compareTo in interface java.lang.Comparable<SourceCode.Import>public void write(java.io.PrintWriter out,
int tab)
public boolean equals(java.lang.Object other)
equals in class java.lang.Objectorg.apache.openjpa.persistence.util.SourceCode.ClassName getClassName()
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.