fr.ybo.opendata.rennes.modele.parkrelais
Enum StateParkRelai

java.lang.Object
  extended by java.lang.Enum<StateParkRelai>
      extended by fr.ybo.opendata.rennes.modele.parkrelais.StateParkRelai
All Implemented Interfaces:
Serializable, Comparable<StateParkRelai>

public enum StateParkRelai
extends Enum<StateParkRelai>

Etat d'un park relai.


Enum Constant Summary
COMPLET
          Complet.
FERME
          Fermé.
INDISPONIBLE
          Indiponible.
OUVERT
          Ouvert.
 
Method Summary
static StateParkRelai fromValue(int value)
          Permet de récupérer l'état d'un park relai en fonction de la valeur dans le xml.
static StateParkRelai valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StateParkRelai[] 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

OUVERT

public static final StateParkRelai OUVERT
Ouvert.


FERME

public static final StateParkRelai FERME
Fermé.


COMPLET

public static final StateParkRelai COMPLET
Complet.


INDISPONIBLE

public static final StateParkRelai INDISPONIBLE
Indiponible.

Method Detail

values

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

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

valueOf

public static StateParkRelai 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

fromValue

public static StateParkRelai fromValue(int value)
Permet de récupérer l'état d'un park relai en fonction de la valeur dans le xml.

Parameters:
value - valeur dans le xml.
Returns:
état du park relai.


Copyright © 2012. All Rights Reserved.