|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo
|
+--com.solarmetric.rd.kodo.impl.jdbc.meta.ClassMappingInfo
Holds information about a class mapping; this is used as an
intermediate step during serialization and deserialization of
ClassMappings to XML or some other format.
| Constructor Summary | |
ClassMappingInfo(java.lang.String className)
Constructor. |
|
| Method Summary | |
int |
compareTo(java.lang.Object other)
|
com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo |
getClassIndicator()
Return the mapping info for the class indicator, or null if none. |
java.lang.String |
getClassName()
Return the name of the described class. |
java.io.File |
getSourceFile()
Return the file from which this instance was parsed. |
com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo |
getVersionIndicator()
Return the mapping info for the version indicator, or null if none. |
void |
setClassIndicator(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo info)
Set the mapping info for the class indicator, or null if none. |
void |
setSourceFile(java.io.File sourceFile)
|
void |
setVersionIndicator(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo info)
Set the mapping info for the version indicator, or null if none. |
| Methods inherited from class com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo |
addAttribute, addField, getAttribute, getAttributeNames, getField, getFields, getMappingType, setMappingType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ClassMappingInfo(java.lang.String className)
| Method Detail |
public java.lang.String getClassName()
public com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo getVersionIndicator()
public void setVersionIndicator(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo info)
public com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo getClassIndicator()
public void setClassIndicator(com.solarmetric.rd.kodo.impl.jdbc.meta.MappingInfo info)
public java.io.File getSourceFile()
SourceTracker
getSourceFile in interface SourceTrackerpublic void setSourceFile(java.io.File sourceFile)
public int compareTo(java.lang.Object other)
compareTo in interface java.lang.Comparable
|
SolarMetric Kodo JDO 2.5.0 Reverse Schema Tool | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||