net.sf.tourviewer.lib.ciclo
Enum AABlock.TourType

java.lang.Object
  extended by java.lang.Enum<AABlock.TourType>
      extended by net.sf.tourviewer.lib.ciclo.AABlock.TourType
All Implemented Interfaces:
Serializable, Comparable<AABlock.TourType>
Enclosing class:
AABlock

static enum AABlock.TourType
extends Enum<AABlock.TourType>


Enum Constant Summary
BIKE
           
BIKE1
           
BIKE2
           
JOGGING
           
SKI
           
SKI_BIKE
           
UNKNOWN
           
 
Method Summary
static AABlock.TourType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AABlock.TourType[] 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

BIKE2

public static final AABlock.TourType BIKE2

BIKE1

public static final AABlock.TourType BIKE1

JOGGING

public static final AABlock.TourType JOGGING

SKI

public static final AABlock.TourType SKI

BIKE

public static final AABlock.TourType BIKE

SKI_BIKE

public static final AABlock.TourType SKI_BIKE

UNKNOWN

public static final AABlock.TourType UNKNOWN
Method Detail

values

public static final AABlock.TourType[] 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(AABlock.TourType c : AABlock.TourType.values())
        System.out.println(c);

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

valueOf

public static AABlock.TourType 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


Copyright © 2005 Steffen Pingel. All Rights Reserved.