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 kodo.jdbc.meta.MappingInfo |
addAttribute, addField, clearAttributes, clearFields, getAttribute, getAttributeNames, getField, getFields, getMappingType, removeAttribute, removeField, removeField, setMappingType |
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
toString
public String toString()
- Overrides:
toString in class MappingInfo
Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.