public class IdHelperFactory extends Object
Modifier and Type | Class and Description |
---|---|
static class |
IdHelperFactory.Type |
Modifier and Type | Field and Description |
---|---|
static IdHelperFactory.Type |
STD_TYPE |
static IdHelper |
stdIdHelper |
static IdToLabelWriter |
stdIdToLabelWriter |
static LabelToIdWriter |
stdLabelToIdWriter |
Constructor and Description |
---|
IdHelperFactory() |
Modifier and Type | Method and Description |
---|---|
static IdHelper |
getIdHelper(IdHelperFactory.Type type) |
static IdToLabelWriter |
getIdToLabelWriter(IdHelperFactory.Type type) |
static LabelToIdWriter |
getLabelToIdWriter(IdHelperFactory.Type type) |
static IdHelper |
getStdIdHelper()
returns the standard id helper, you should probably want to use this.
|
static IdToLabelWriter |
getStdIdToLabelWriter() |
static LabelToIdWriter |
getStdLabelToIdWriter() |
public static IdHelper stdIdHelper
public static IdToLabelWriter stdIdToLabelWriter
public static LabelToIdWriter stdLabelToIdWriter
public static final IdHelperFactory.Type STD_TYPE
public static IdHelper getIdHelper(IdHelperFactory.Type type)
public static LabelToIdWriter getLabelToIdWriter(IdHelperFactory.Type type)
public static IdToLabelWriter getIdToLabelWriter(IdHelperFactory.Type type)
public static LabelToIdWriter getStdLabelToIdWriter()
public static IdToLabelWriter getStdIdToLabelWriter()
public static IdHelper getStdIdHelper()
Copyright © 2013. All rights reserved.