public enum CgTypeBalance extends Enum<CgTypeBalance>
Modifier and Type | Method and Description |
---|---|
String |
getType() |
static CgTypeBalance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CgTypeBalance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CgTypeBalance GENERALE
public static final CgTypeBalance AUXIL_CLIENT
public static final CgTypeBalance AUXIL_FOURNISSEUR
public static final CgTypeBalance AUXIL_PERSONNEL
public static final CgTypeBalance AUXIL_COLLECTIF
public static final CgTypeBalance ANALYTIQUE
public static final CgTypeBalance OUV_GENERALE
public static final CgTypeBalance OUV_AUXIL_CLIENT
public static final CgTypeBalance OUV_AUXIL_FOURNISSEUR
public static final CgTypeBalance OUV_AUXIL_PERSONNEL
public static final CgTypeBalance COMPARATIVE
public static final CgTypeBalance AUXIL_COMPAGNIES
public static final CgTypeBalance AUXIL_APPORTEURS
public static final CgTypeBalance AUXIL_INTERMEDIAIRES
public static final CgTypeBalance AUXIL_EXPERT
public static final CgTypeBalance AUXIL_GESTION_DELEGUEE
public static final CgTypeBalance SPECIFIQUE
public static CgTypeBalance[] values()
for (CgTypeBalance c : CgTypeBalance.values()) System.out.println(c);
public static CgTypeBalance 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 String getType()
Copyright © 2016. All rights reserved.