public static enum HabilitationSurcharge.level extends Enum<HabilitationSurcharge.level>
| Enum Constant and Description |
|---|
DROIT_SURCHARGE |
DROIT_SURCHARGE_ASSISTANCE |
NON_SURCHARGEABLE |
NONHABILITE |
| Modifier and Type | Method and Description |
|---|---|
String |
getString() |
static HabilitationSurcharge.level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HabilitationSurcharge.level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HabilitationSurcharge.level DROIT_SURCHARGE
public static final HabilitationSurcharge.level DROIT_SURCHARGE_ASSISTANCE
public static final HabilitationSurcharge.level NONHABILITE
public static final HabilitationSurcharge.level NON_SURCHARGEABLE
public static HabilitationSurcharge.level[] values()
for (HabilitationSurcharge.level c : HabilitationSurcharge.level.values()) System.out.println(c);
public static HabilitationSurcharge.level 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 getString()
Copyright © 2015. All rights reserved.