net.sf.basedb.clients.web.plugins
Class ExportedProperty
java.lang.Object
net.sf.basedb.clients.web.plugins.ExportedProperty
public class ExportedProperty
- extends Object
- Version:
- 2.2
- Author:
- nicklas
- Last modified
- $Date: 2008-12-18 09:22:27 +0100 (Thu, 18 Dec 2008) $
Method Summary |
static ExportedProperty |
parse(DbControl dc,
String column,
boolean annotatable,
Formatter formatter)
|
static ExportedProperty |
parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter)
|
static ExportedProperty |
parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter,
boolean sameUnits)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
title
public final String title
annotationType
public final AnnotationType annotationType
unit
public final Unit unit
formatter
public final Formatter formatter
ExportedProperty
public ExportedProperty(String name,
String title,
AnnotationType annotationType,
Formatter formatter)
ExportedProperty
public ExportedProperty(String name,
String title,
AnnotationType annotationType,
Unit unit,
Formatter formatter)
- Since:
- 2.9
parse
public static ExportedProperty parse(DbControl dc,
String column,
boolean annotatable,
Formatter formatter)
parse
public static ExportedProperty parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter)
- Since:
- 2.8
parse
public static ExportedProperty parse(DbControl dc,
String column,
String columnPrefix,
boolean annotatable,
Formatter formatter,
boolean sameUnits)
- Since:
- 2.9