public enum REPPointOfView extends Enum<REPPointOfView> implements MRDBPointOfView
Modifier and Type | Method and Description |
---|---|
static REPPointOfView |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static REPPointOfView[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final REPPointOfView LAND
public static final REPPointOfView LANDING
public static final REPPointOfView AERIAL
public static final REPPointOfView CROSSING
public static REPPointOfView[] values()
for (REPPointOfView c : REPPointOfView.values()) System.out.println(c);
public static REPPointOfView 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 © 2016 Laboratoire COGIT, IGN. All rights reserved.