public static enum GeoShapeField.Orientation extends Enum<GeoShapeField.Orientation>
Enum Constant and Description |
---|
ccw |
clockwise |
counterclockwise |
cw |
left |
right |
Modifier and Type | Method and Description |
---|---|
static GeoShapeField.Orientation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoShapeField.Orientation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoShapeField.Orientation right
public static final GeoShapeField.Orientation ccw
public static final GeoShapeField.Orientation counterclockwise
public static final GeoShapeField.Orientation left
public static final GeoShapeField.Orientation cw
public static final GeoShapeField.Orientation clockwise
public static GeoShapeField.Orientation[] values()
for (GeoShapeField.Orientation c : GeoShapeField.Orientation.values()) System.out.println(c);
public static GeoShapeField.Orientation 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 © 2011–2022 Pivotal Software, Inc.. All rights reserved.