link start!
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
package com.tridium.history.collection;
|
||||
|
||||
import javax.baja.collection.Column;
|
||||
import javax.baja.sys.BFacets;
|
||||
import javax.baja.sys.BObject;
|
||||
import javax.baja.sys.Context;
|
||||
|
||||
public interface HistoryColumn extends Column {
|
||||
BObject get(BObject bObject);
|
||||
|
||||
boolean getBoolean(BObject bObject);
|
||||
|
||||
String getDefaultDisplayName(Context context);
|
||||
|
||||
double getDouble(BObject bObject);
|
||||
|
||||
BFacets getFacets(BObject bObject);
|
||||
|
||||
int getFlags(BObject bObject);
|
||||
|
||||
float getFloat(BObject bObject);
|
||||
|
||||
int getInt(BObject bObject);
|
||||
|
||||
long getLong(BObject bObject);
|
||||
|
||||
String getString(BObject bObject);
|
||||
}
|
||||
Reference in New Issue
Block a user