Uses of Class
cdc.impex.ImpExStatus
-
Packages that use ImpExStatus Package Description cdc.impex cdc.impex.exports cdc.impex.imports -
-
Uses of ImpExStatus in cdc.impex
Methods in cdc.impex 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.Methods in cdc.impex with parameters of type ImpExStatus Modifier and Type Method Description static voidImpExStatus. checkStatus(ImpExStatus actual, ImpExStatus expected) -
Uses of ImpExStatus in cdc.impex.exports
Fields in cdc.impex.exports declared as ImpExStatus Modifier and Type Field Description protected ImpExStatusCheckedSheetExporter. statusMethods in cdc.impex.exports with parameters of type ImpExStatus Modifier and Type Method Description protected voidCheckedActiveExporter. checkStatus(ImpExStatus expected)protected voidCheckedSheetExporter. checkStatus(ImpExStatus expected) -
Uses of ImpExStatus in cdc.impex.imports
Fields in cdc.impex.imports declared as ImpExStatus Modifier and Type Field Description protected ImpExStatusCheckedSheetImporter. statusMethods in cdc.impex.imports with parameters of type ImpExStatus Modifier and Type Method Description protected voidCheckedSheetImporter. checkStatus(ImpExStatus expected)protected voidCheckedWorkbookImporter. checkStatus(ImpExStatus expected)
-