Uses of Enum Class
cdc.impex.ImpExStatus
Packages that use ImpExStatus
-
Uses of ImpExStatus in cdc.impex
Methods in cdc.impex that return ImpExStatusModifier and TypeMethodDescriptionstatic ImpExStatusReturns the enum constant of this class with the specified name.static ImpExStatus[]ImpExStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cdc.impex with parameters of type ImpExStatusModifier and TypeMethodDescriptionstatic voidImpExStatus.checkStatus(ImpExStatus actual, ImpExStatus expected) -
Uses of ImpExStatus in cdc.impex.exports
Fields in cdc.impex.exports declared as ImpExStatusMethods in cdc.impex.exports with parameters of type ImpExStatusModifier and TypeMethodDescriptionprotected voidCheckedActiveExporter.checkStatus(ImpExStatus expected) protected voidCheckedSheetExporter.checkStatus(ImpExStatus expected) -
Uses of ImpExStatus in cdc.impex.imports
Fields in cdc.impex.imports declared as ImpExStatusMethods in cdc.impex.imports with parameters of type ImpExStatusModifier and TypeMethodDescriptionprotected voidCheckedSheetImporter.checkStatus(ImpExStatus expected) protected voidCheckedWorkbookImporter.checkStatus(ImpExStatus expected)