composant_saisie.wSaisieFormat
Enum Fmt

Object
  extended by Enum<Fmt>
      extended by composant_saisie.wSaisieFormat.Fmt
All Implemented Interfaces:
Serializable, Comparable<Fmt>

public enum Fmt
extends Enum<Fmt>


A_doc
Licence.


Enum Constant Summary
CHECK
           
DATE
           
IMPCHECK
           
MONTH
           
PHONE
           
PLAGETIMES
           
POSTAL
           
SECU
           
TIME
           
TIMEDELAY
           
URSS
           
YEAR
           
 
Field Summary
(package private)  String fmt
           
(package private)  String masque
           
 
Method Summary
 Fma fma()
           
 String getFmt()
           
 Edit getTypeEdit()
           
 int length()
           
 int nbPart()
           
 String splitter()
           
static Fmt valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Fmt[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DATE

public static final Fmt DATE

TIME

public static final Fmt TIME

TIMEDELAY

public static final Fmt TIMEDELAY

PHONE

public static final Fmt PHONE

SECU

public static final Fmt SECU

URSS

public static final Fmt URSS

POSTAL

public static final Fmt POSTAL

MONTH

public static final Fmt MONTH

YEAR

public static final Fmt YEAR

PLAGETIMES

public static final Fmt PLAGETIMES

CHECK

public static final Fmt CHECK

IMPCHECK

public static final Fmt IMPCHECK
Field Detail

masque

String masque

fmt

String fmt
Method Detail

values

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

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

valueOf

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

getFmt

public String getFmt()

length

public int length()

splitter

public String splitter()

nbPart

public int nbPart()

fma

public Fma fma()

getTypeEdit

public Edit getTypeEdit()