public enum TypeTransmittingBuoyOperation extends Enum<TypeTransmittingBuoyOperation>
| Enum Constant and Description |
|---|
pasDeBalise |
pose |
recuperation |
recuperationEtRemplacement |
visite |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getCodeOperation() |
int |
getNbBalises() |
static TypeTransmittingBuoyOperation |
valueOf(int ordinal) |
static TypeTransmittingBuoyOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeTransmittingBuoyOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeTransmittingBuoyOperation pasDeBalise
public static final TypeTransmittingBuoyOperation visite
public static final TypeTransmittingBuoyOperation recuperation
public static final TypeTransmittingBuoyOperation pose
public static final TypeTransmittingBuoyOperation recuperationEtRemplacement
public static TypeTransmittingBuoyOperation[] values()
for (TypeTransmittingBuoyOperation c : TypeTransmittingBuoyOperation.values()) System.out.println(c);
public static TypeTransmittingBuoyOperation 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 int getNbBalises()
public String[] getCodeOperation()
public static TypeTransmittingBuoyOperation valueOf(int ordinal) throws IllegalArgumentException
IllegalArgumentExceptionCopyright © 2008–2017 IRD. All rights reserved.