fr.cnes.sirius.validate.jqnum
Enum JQNUMTools.TypeStrategy

java.lang.Object
  extended by java.lang.Enum<JQNUMTools.TypeStrategy>
      extended by fr.cnes.sirius.validate.jqnum.JQNUMTools.TypeStrategy
All Implemented Interfaces:
Serializable, Comparable<JQNUMTools.TypeStrategy>
Enclosing class:
JQNUMTools

public static enum JQNUMTools.TypeStrategy
extends Enum<JQNUMTools.TypeStrategy>

List of type strategies


Enum Constant Summary
BALAYAGE
          scan the using domain
BOUCLE
          loop
LIBRE
          free strategy
VARIATION
          loop with variation
 
Method Summary
static JQNUMTools.TypeStrategy valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JQNUMTools.TypeStrategy[] 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

BALAYAGE

public static final JQNUMTools.TypeStrategy BALAYAGE
scan the using domain


BOUCLE

public static final JQNUMTools.TypeStrategy BOUCLE
loop


VARIATION

public static final JQNUMTools.TypeStrategy VARIATION
loop with variation


LIBRE

public static final JQNUMTools.TypeStrategy LIBRE
free strategy

Method Detail

values

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

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

valueOf

public static JQNUMTools.TypeStrategy 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 © 2017 CNES. All Rights Reserved.