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