kodo.jdbc.meta
Class FieldMappingInfo
java.lang.Object
|
+--kodo.jdbc.meta.MappingInfo
|
+--kodo.jdbc.meta.FieldMappingInfo
- All Implemented Interfaces:
- Comparable
- public class FieldMappingInfo
- extends MappingInfo
- implements Comparable
Holds information about a field mapping; this is used as an
intermediate step during serialization and deserialization of
FieldMappings to XML or some other format.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldMappingInfo
public FieldMappingInfo(String fieldName)
- Constructor. Supply described field's name.
getName
public String getName()
- Return the name of the described field.
compareTo
public int compareTo(Object other)
- Specified by:
compareTo in interface Comparable
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.