Uses of Class
edu.wisc.library.ocfl.core.extension.storage.layout.config.NTupleOmitPrefixStorageLayoutConfig.ZeroPadding
-
Packages that use NTupleOmitPrefixStorageLayoutConfig.ZeroPadding Package Description edu.wisc.library.ocfl.core.extension.storage.layout.config -
-
Uses of NTupleOmitPrefixStorageLayoutConfig.ZeroPadding in edu.wisc.library.ocfl.core.extension.storage.layout.config
Methods in edu.wisc.library.ocfl.core.extension.storage.layout.config that return NTupleOmitPrefixStorageLayoutConfig.ZeroPadding Modifier and Type Method Description NTupleOmitPrefixStorageLayoutConfig.ZeroPaddingNTupleOmitPrefixStorageLayoutConfig. getZeroPadding()return zeroPadding - Indicates whether to use left or right zero padding for ids less than tupleSize * numberOfTuplesstatic NTupleOmitPrefixStorageLayoutConfig.ZeroPaddingNTupleOmitPrefixStorageLayoutConfig.ZeroPadding. valueOf(String name)Returns the enum constant of this type with the specified name.static NTupleOmitPrefixStorageLayoutConfig.ZeroPadding[]NTupleOmitPrefixStorageLayoutConfig.ZeroPadding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.library.ocfl.core.extension.storage.layout.config with parameters of type NTupleOmitPrefixStorageLayoutConfig.ZeroPadding Modifier and Type Method Description NTupleOmitPrefixStorageLayoutConfigNTupleOmitPrefixStorageLayoutConfig. setZeroPadding(NTupleOmitPrefixStorageLayoutConfig.ZeroPadding zeroPadding)Indicates whether to use left or right zero padding for ids less than tupleSize * numberOfTuples
-