public class ChecksumAlgorithmMapper
extends java.lang.Object
ChecksumAlgorithm
enumeration instances,
including mapping their values back to ChecksumType
s.修飾子とタイプ | フィールドと説明 |
---|---|
static com.google.common.base.Function<omero.model.ChecksumAlgorithm,java.lang.String> |
CHECKSUM_ALGORITHM_NAMER |
コンストラクタと説明 |
---|
ChecksumAlgorithmMapper() |
修飾子とタイプ | メソッドと説明 |
---|---|
static java.util.List<omero.model.ChecksumAlgorithm> |
getAllChecksumAlgorithms() |
static omero.model.ChecksumAlgorithm |
getChecksumAlgorithm(java.lang.String name) |
static ome.util.checksum.ChecksumType |
getChecksumType(ome.model.enums.ChecksumAlgorithm algorithm) |
static ome.util.checksum.ChecksumType |
getChecksumType(omero.model.ChecksumAlgorithm algorithm) |
public static com.google.common.base.Function<omero.model.ChecksumAlgorithm,java.lang.String> CHECKSUM_ALGORITHM_NAMER
public static ome.util.checksum.ChecksumType getChecksumType(ome.model.enums.ChecksumAlgorithm algorithm)
public static ome.util.checksum.ChecksumType getChecksumType(omero.model.ChecksumAlgorithm algorithm)
public static omero.model.ChecksumAlgorithm getChecksumAlgorithm(java.lang.String name)
public static java.util.List<omero.model.ChecksumAlgorithm> getAllChecksumAlgorithms()