fr.ifremer.wao.ui.data
Enum SynthesisId
java.lang.Object
java.lang.Enum<SynthesisId>
fr.ifremer.wao.ui.data.SynthesisId
- All Implemented Interfaces:
- Serializable, Comparable<SynthesisId>
public enum SynthesisId
- extends Enum<SynthesisId>
SynthesisID
Created: 9 févr. 2010
- Author:
- fdesbois
GRAPH_SAMPLING
public static final SynthesisId GRAPH_SAMPLING
GRAPH_BOARDING
public static final SynthesisId GRAPH_BOARDING
IND_NON_COMPLIANCE_BOARDING
public static final SynthesisId IND_NON_COMPLIANCE_BOARDING
IND_CONTACT_STATE
public static final SynthesisId IND_CONTACT_STATE
IND_ALLEGRO_REACTIVITY
public static final SynthesisId IND_ALLEGRO_REACTIVITY
values
public static SynthesisId[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (SynthesisId c : SynthesisId.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static SynthesisId valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
getBlockId
public String getBlockId()
getSynthesisID
public static SynthesisId getSynthesisID(String blockId)
Copyright © 2009-2010 Ifremer. All Rights Reserved.