Uses of Class
cdc.impex.api.ImpExFormat
-
Packages that use ImpExFormat Package Description cdc.impex.api -
-
Uses of ImpExFormat in cdc.impex.api
Methods in cdc.impex.api that return ImpExFormat Modifier and Type Method Description static ImpExFormatImpExFormat. from(File file)static ImpExFormatImpExFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpExFormat[]ImpExFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-