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.JobStateAgencyExportHandler. getExportJobState(long exportId)AgencyExportHandler.JobStateAgencyExportTable. getJobStateAt(int rowIndex)AgencyExportHandler.JobStateAgencyExportHandler.Job. getState()AgencyExportHandler.JobStateAgencyExportTable.Row. getState()static AgencyExportHandler.JobStateAgencyExportHandler.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 voidAgencyExportTable. setJobStateAt(AgencyExportHandler.JobState jobState, int rowIndex)voidAgencyExportTable.Row. setState(AgencyExportHandler.JobState state)
-