public enum TripMapPointType extends Enum<TripMapPointType>
| Modifier and Type | Method and Description |
|---|---|
static TripMapPointType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TripMapPointType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TripMapPointType seineDepartureHarbour
public static final TripMapPointType seineLandingHarbour
public static final TripMapPointType seineActivity
public static final TripMapPointType seineActivityInHarbour
public static final TripMapPointType seineActivityWithFreeSchoolType
public static final TripMapPointType seineActivityWithObjectSchoolType
public static final TripMapPointType longlineActivityObs
public static final TripMapPointType longlineDepartureHarbour
public static final TripMapPointType longlineLandingHarbour
public static final TripMapPointType longlineActivityObsInHarbour
public static final TripMapPointType longlineActivityObsWithSettingStart
public static final TripMapPointType longlineActivityObsWithSettingEnd
public static final TripMapPointType longlineActivityObsWithHaulingStart
public static final TripMapPointType longlineActivityObsWithHaulingEnd
public static final TripMapPointType longlineActivityObsWithInteraction
public static final TripMapPointType longlineActivityObsWithStation
public static TripMapPointType[] values()
for (TripMapPointType c : TripMapPointType.values()) System.out.println(c);
public static TripMapPointType 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 nullCopyright © 2017–2018 IRD. All rights reserved.