Uses of Class
com.openindex.openestate.tool.agency.AgencyExportHandler.JobState
-
Packages that use AgencyExportHandler.JobState Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien. -
-
Uses of AgencyExportHandler.JobState in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return AgencyExportHandler.JobState Modifier and Type Method Description static AgencyExportHandler.JobState
AgencyExportHandler. getExportJobState(long exportId)
AgencyExportHandler.JobState
AgencyExportTable. getJobStateAt(int rowIndex)
AgencyExportHandler.JobState
AgencyExportHandler.Job. getState()
AgencyExportHandler.JobState
AgencyExportTable.Row. getState()
static AgencyExportHandler.JobState
AgencyExportHandler.JobState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgencyExportHandler.JobState[]
AgencyExportHandler.JobState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.agency with parameters of type AgencyExportHandler.JobState Modifier and Type Method Description void
AgencyExportTable. setJobStateAt(AgencyExportHandler.JobState jobState, int rowIndex)
void
AgencyExportTable.Row. setState(AgencyExportHandler.JobState state)
-