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