public enum CgTypeGrandLivre extends Enum<CgTypeGrandLivre>
Enum Constant and Description |
---|
AUXILIAIRE |
GENERAL |
SPECIFIQUE |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
static CgTypeGrandLivre |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CgTypeGrandLivre[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CgTypeGrandLivre GENERAL
public static final CgTypeGrandLivre AUXILIAIRE
public static final CgTypeGrandLivre SPECIFIQUE
public static CgTypeGrandLivre[] values()
for (CgTypeGrandLivre c : CgTypeGrandLivre.values()) System.out.println(c);
public static CgTypeGrandLivre 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.