com.cybelia.sandra.ibu.manager
Enum ManagerInjector.InjectorsInstances

java.lang.Object
  extended by java.lang.Enum<ManagerInjector.InjectorsInstances>
      extended by com.cybelia.sandra.ibu.manager.ManagerInjector.InjectorsInstances
All Implemented Interfaces:
Serializable, Comparable<ManagerInjector.InjectorsInstances>
Enclosing class:
ManagerInjector

protected static enum ManagerInjector.InjectorsInstances
extends Enum<ManagerInjector.InjectorsInstances>


Enum Constant Summary
InjectorAutorisation
           
InjectorCamion
           
InjectorChauffeur
           
InjectorCommande
           
InjectorEleveur
           
InjectorEleveurDuplicated
           
InjectorEleveurGPS
           
InjectorEtape
           
InjectorEvent
           
InjectorInfoChargement
           
InjectorLabel
           
InjectorLigneProduit
           
InjectorSociete
           
InjectorTour
           
InjectorTransporteur
           
InjectorUser
           
InjectorUsine
           
 
Method Summary
abstract  Injector getInstance()
           
static ManagerInjector.InjectorsInstances valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ManagerInjector.InjectorsInstances[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

InjectorEvent

public static final ManagerInjector.InjectorsInstances InjectorEvent

InjectorLigneProduit

public static final ManagerInjector.InjectorsInstances InjectorLigneProduit

InjectorEleveur

public static final ManagerInjector.InjectorsInstances InjectorEleveur

InjectorChauffeur

public static final ManagerInjector.InjectorsInstances InjectorChauffeur

InjectorInfoChargement

public static final ManagerInjector.InjectorsInstances InjectorInfoChargement

InjectorTransporteur

public static final ManagerInjector.InjectorsInstances InjectorTransporteur

InjectorUsine

public static final ManagerInjector.InjectorsInstances InjectorUsine

InjectorEtape

public static final ManagerInjector.InjectorsInstances InjectorEtape

InjectorCommande

public static final ManagerInjector.InjectorsInstances InjectorCommande

InjectorTour

public static final ManagerInjector.InjectorsInstances InjectorTour

InjectorSociete

public static final ManagerInjector.InjectorsInstances InjectorSociete

InjectorCamion

public static final ManagerInjector.InjectorsInstances InjectorCamion

InjectorLabel

public static final ManagerInjector.InjectorsInstances InjectorLabel

InjectorAutorisation

public static final ManagerInjector.InjectorsInstances InjectorAutorisation

InjectorUser

public static final ManagerInjector.InjectorsInstances InjectorUser

InjectorEleveurGPS

public static final ManagerInjector.InjectorsInstances InjectorEleveurGPS

InjectorEleveurDuplicated

public static final ManagerInjector.InjectorsInstances InjectorEleveurDuplicated
Method Detail

values

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

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

valueOf

public static ManagerInjector.InjectorsInstances 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

getInstance

public abstract Injector getInstance()


Copyright © 2008-2012 Cybelia. All Rights Reserved.