net.sf.tourviewer.lib.ciclo
Enum AABlock.TourType
java.lang.Object
java.lang.Enum<AABlock.TourType>
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>
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
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.