Uses of Class
cdc.impex.api.ImpExStatus
-
Packages that use ImpExStatus Package Description cdc.impex.api cdc.impex.api.exports cdc.impex.api.imports -
-
Uses of ImpExStatus in cdc.impex.api
Methods in cdc.impex.api that return ImpExStatus Modifier and Type Method Description static ImpExStatusImpExStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpExStatus[]ImpExStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ImpExStatus in cdc.impex.api.exports
Fields in cdc.impex.api.exports declared as ImpExStatus Modifier and Type Field Description protected ImpExStatusCheckedSheetExporter. statusMethods in cdc.impex.api.exports with parameters of type ImpExStatus Modifier and Type Method Description protected voidCheckedSheetExporter. checkStatus(ImpExStatus expected) -
Uses of ImpExStatus in cdc.impex.api.imports
Fields in cdc.impex.api.imports declared as ImpExStatus Modifier and Type Field Description protected ImpExStatusCheckedSheetImporter. statusMethods in cdc.impex.api.imports with parameters of type ImpExStatus Modifier and Type Method Description protected voidCheckedSheetImporter. checkStatus(ImpExStatus expected)protected voidCheckedWorkbookImporter. checkStatus(ImpExStatus expected)
-