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