net.ripe.rpki.commons.util
Enum RepositoryObjectType

java.lang.Object
  extended by java.lang.Enum<RepositoryObjectType>
      extended by net.ripe.rpki.commons.util.RepositoryObjectType
All Implemented Interfaces:
Serializable, Comparable<RepositoryObjectType>

public enum RepositoryObjectType
extends Enum<RepositoryObjectType>


Enum Constant Summary
Certificate
           
Crl
           
GhostbustersRecord
           
Manifest
           
Roa
           
Unknown
           
 
Method Summary
static RepositoryObjectType parse(String name)
           
static RepositoryObjectType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RepositoryObjectType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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.