net.ripe.rpki.commons.util
Enum RepositoryObjectType
java.lang.Object
java.lang.Enum<RepositoryObjectType>
net.ripe.rpki.commons.util.RepositoryObjectType
- All Implemented Interfaces:
- Serializable, Comparable<RepositoryObjectType>
public enum RepositoryObjectType
- extends Enum<RepositoryObjectType>
Manifest
public static final RepositoryObjectType Manifest
Roa
public static final RepositoryObjectType Roa
Certificate
public static final RepositoryObjectType Certificate
Crl
public static final RepositoryObjectType Crl
GhostbustersRecord
public static final RepositoryObjectType GhostbustersRecord
Unknown
public static final RepositoryObjectType Unknown
values
public static RepositoryObjectType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (RepositoryObjectType c : RepositoryObjectType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static RepositoryObjectType valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
parse
public static RepositoryObjectType parse(String name)
Copyright © 2008-2014 RIPE NCC, the Netherlands. All Rights Reserved.