public enum TypeParamLibre extends Enum<TypeParamLibre> implements CodeIdentifiable
Modifier and Type | Method and Description |
---|---|
static String |
findLibelle(String code) |
static String |
findType(String code) |
String |
getCode() |
String |
type() |
String |
value() |
static TypeParamLibre |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeParamLibre |
valueOfType(String type) |
static TypeParamLibre[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeParamLibre SEQUENCE
public static final TypeParamLibre PAGE
public static final TypeParamLibre SECTION
public static final TypeParamLibre COMPOSITE
public static TypeParamLibre[] values()
for (TypeParamLibre c : TypeParamLibre.values()) System.out.println(c);
public static TypeParamLibre 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 value()
public String type()
public static final TypeParamLibre valueOfType(String type)
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.