|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A TupleFactory is used to create new FillableTuples and FillableTupleColumns.
Method Summary | |
FillableTuple |
createFTuple(String name,
String title)
Create a new FillableTuple. |
FillableTuple |
createFTuple(String name,
String title,
String options)
Create a new FillableTuple. |
FillableTupleColumn |
createFTupleColumn(String name,
Class type,
Value value)
Create a new FillableTupleColumn. |
FillableTupleColumn |
createFTupleColumn(String name,
Class type,
Value value,
String options)
Create a new FillableTupleColumn. |
Method Detail |
public FillableTuple createFTuple(String name, String title)
name
- The FillableTuple,s nametitle
- The FillableTuple's title
public FillableTuple createFTuple(String name, String title, String options)
name
- The FillableTuple,s nametitle
- The FillableTuple's titleoptions
- A set of comma or semicolon separated options.
Check the specific implementation for the list of supported options.
public FillableTupleColumn createFTupleColumn(String name, Class type, Value value)
name
- The FillableTupleColumn's nametype
- The FillableTupleColumn's typevalue
- The Value containing the FillableTupleColumn's default value, i.e.
the value of a give row if it is not filled.
public FillableTupleColumn createFTupleColumn(String name, Class type, Value value, String options)
name
- The FillableTupleColumn's nametype
- The FillableTupleColumn's typevalue
- The Value containing the FillableTupleColumn's default value, i.e.
the value of a give row if it is not filled.options
- A set of comma or semicolon separated options.
Check the specific implementation for the list of supported options.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |