no.inspera.services.pedal
Enum PEDAL.Index

java.lang.Object
  extended by java.lang.Enum<PEDAL.Index>
      extended by no.inspera.services.pedal.PEDAL.Index
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<PEDAL.Index>
Enclosing interface:
PEDAL

public static enum PEDAL.Index
extends java.lang.Enum<PEDAL.Index>

Index enum of fields that are used for in-memory indexing.


Enum Constant Summary
id
           
parentId
           
title
           
type
           
 
Method Summary
static PEDAL.Index valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PEDAL.Index[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

type

public static final PEDAL.Index type

title

public static final PEDAL.Index title

id

public static final PEDAL.Index id

parentId

public static final PEDAL.Index parentId
Method Detail

values

public static final PEDAL.Index[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(PEDAL.Index c : PEDAL.Index.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static PEDAL.Index valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name


Copyright © 2008 Naimdjon Takhirov (naimdjon@gmail.com). All Rights Reserved.