public enum LibelleTLibRubLibDataExchange extends Enum<LibelleTLibRubLibDataExchange> implements ImportDataExchange
| Enum Constant and Description | 
|---|
| LANGUE_CODE | 
| TLLG_LIBELLE | 
| TLLG_PTR_OBJET | 
| TLLG_TYPE | 
| TLRLIB_TYPE | 
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description | 
|---|---|
| int | getLength() | 
| String | getTitle() | 
| DataType | getType() | 
| boolean | isMandatory() | 
| static LibelleTLibRubLibDataExchange | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LibelleTLibRubLibDataExchange[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LibelleTLibRubLibDataExchange LANGUE_CODE
public static final LibelleTLibRubLibDataExchange TLLG_TYPE
public static final LibelleTLibRubLibDataExchange TLLG_PTR_OBJET
public static final LibelleTLibRubLibDataExchange TLRLIB_TYPE
public static final LibelleTLibRubLibDataExchange TLLG_LIBELLE
public static LibelleTLibRubLibDataExchange[] values()
for (LibelleTLibRubLibDataExchange c : LibelleTLibRubLibDataExchange.values()) System.out.println(c);
public static LibelleTLibRubLibDataExchange valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean isMandatory()
isMandatory in interface ImportDataExchangepublic String getTitle()
getTitle in interface ImportDataExchangepublic int getLength()
getLength in interface ImportDataExchangepublic DataType getType()
getType in interface ImportDataExchangeCopyright © 2016. All rights reserved.