public enum RpmSignatureTag extends Enum<RpmSignatureTag> implements RpmBaseTag
Enum Constant and Description |
---|
MD5 |
PAYLOAD_SIZE |
SHA1 |
SIZE |
Modifier and Type | Method and Description |
---|---|
static RpmSignatureTag |
find(Integer value) |
Integer |
getValue() |
static RpmSignatureTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpmSignatureTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RpmSignatureTag SHA1
public static final RpmSignatureTag SIZE
public static final RpmSignatureTag MD5
public static final RpmSignatureTag PAYLOAD_SIZE
public static RpmSignatureTag[] values()
for (RpmSignatureTag c : RpmSignatureTag.values()) System.out.println(c);
public static RpmSignatureTag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic Integer getValue()
getValue
in interface RpmBaseTag
public static RpmSignatureTag find(Integer value)
Copyright © 2014, 2015 IBH SYSTEMS GmbH and others. All Rights Reserved.