org.graphstream.stream.file
Enum FileSourceGPX.GPXConstants.FixType

java.lang.Object
  extended by java.lang.Enum<FileSourceGPX.GPXConstants.FixType>
      extended by org.graphstream.stream.file.FileSourceGPX.GPXConstants.FixType
All Implemented Interfaces:
Serializable, Comparable<FileSourceGPX.GPXConstants.FixType>
Enclosing interface:
FileSourceGPX.GPXConstants

public static enum FileSourceGPX.GPXConstants.FixType
extends Enum<FileSourceGPX.GPXConstants.FixType>


Enum Constant Summary
T_2D
           
T_3D
           
T_DGPS
           
T_NONE
           
T_PPS
           
 
Method Summary
static FileSourceGPX.GPXConstants.FixType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FileSourceGPX.GPXConstants.FixType[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

T_NONE

public static final FileSourceGPX.GPXConstants.FixType T_NONE

T_2D

public static final FileSourceGPX.GPXConstants.FixType T_2D

T_3D

public static final FileSourceGPX.GPXConstants.FixType T_3D

T_DGPS

public static final FileSourceGPX.GPXConstants.FixType T_DGPS

T_PPS

public static final FileSourceGPX.GPXConstants.FixType T_PPS
Method Detail

values

public static FileSourceGPX.GPXConstants.FixType[] 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 (FileSourceGPX.GPXConstants.FixType c : FileSourceGPX.GPXConstants.FixType.values())
    System.out.println(c);

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

valueOf

public static FileSourceGPX.GPXConstants.FixType 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


Copyright © 2012. All Rights Reserved.