Uses of Class
com.openindex.openestate.tool.agency.AgencyExportLogTable.Column
-
Packages that use AgencyExportLogTable.Column Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien. -
-
Uses of AgencyExportLogTable.Column in com.openindex.openestate.tool.agency
Methods in com.openindex.openestate.tool.agency that return AgencyExportLogTable.Column Modifier and Type Method Description static AgencyExportLogTable.Column
AgencyExportLogTable.Column. valueOf(String name)
Returns the enum constant of this type with the specified name.static AgencyExportLogTable.Column[]
AgencyExportLogTable.Column. 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 AgencyExportLogTable.Column Modifier and Type Method Description Object
AgencyExportLogTable.Row. getValueForLog(AgencyExportLogTable.Column column)
-