2.17.2: 2011-06-17

net.sf.basedb.plugins
Class AnnotationFlatFileImporter.AnnotationValue

java.lang.Object
  extended by net.sf.basedb.plugins.AnnotationFlatFileImporter.AnnotationValue
Enclosing class:
AnnotationFlatFileImporter

private static class AnnotationFlatFileImporter.AnnotationValue
extends Object


Field Summary
(package private)  Unit unit
           
(package private)  Object value
           
 
Constructor Summary
AnnotationFlatFileImporter.AnnotationValue(Object value, Unit unit)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

final Object value

unit

final Unit unit
Constructor Detail

AnnotationFlatFileImporter.AnnotationValue

AnnotationFlatFileImporter.AnnotationValue(Object value,
                                           Unit unit)

2.17.2: 2011-06-17