public enum TypeContactMaintenance extends Enum<TypeContactMaintenance> implements IdentIdentifiable
Enum Constant and Description |
---|
EXCEPT_MAINT |
TOUS |
UNIQUEMENT_MAINT |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
String |
nomTypeContactMaintenance() |
String |
toString() |
Double |
value() |
static TypeContactMaintenance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeContactMaintenance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeContactMaintenance TOUS
public static final TypeContactMaintenance UNIQUEMENT_MAINT
public static final TypeContactMaintenance EXCEPT_MAINT
public static TypeContactMaintenance[] values()
for (TypeContactMaintenance c : TypeContactMaintenance.values()) System.out.println(c);
public static TypeContactMaintenance 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 Double value()
public final String nomTypeContactMaintenance()
public String toString()
toString
in class Enum<TypeContactMaintenance>
public Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.