Package | Description |
---|---|
ome.util.checksum |
Modifier and Type | Method and Description |
---|---|
static ChecksumType |
ChecksumType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ChecksumType[] |
ChecksumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<ChecksumType> |
ChecksumProviderFactory.getAvailableTypes() |
java.util.Set<ChecksumType> |
ChecksumProviderFactoryImpl.getAvailableTypes() |
Modifier and Type | Method and Description |
---|---|
ChecksumProvider |
ChecksumProviderFactory.getProvider(ChecksumType checksumType)
Returns an implementation of
ChecksumProvider depending on the
specified ChecksumType . |
ChecksumProvider |
ChecksumProviderFactoryImpl.getProvider(ChecksumType checksumType) |