public static enum AreaNotice.SubAreaType extends Enum<AreaNotice.SubAreaType>
| Enum Constant and Description |
|---|
CIRCLE_OR_POINT
Circle or point sub area type.
|
POLYGON
Polygon sub area type.
|
POLYLINE
Polyline sub area type.
|
RECTANGLE
Rectangle sub area type.
|
RESERVED
Reserved sub area type.
|
RESERVED2
Reserved 2 sub area type.
|
SECTOR
Sector sub area type.
|
TEXT
Text sub area type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getType()
Gets type.
|
static AreaNotice.SubAreaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AreaNotice.SubAreaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AreaNotice.SubAreaType CIRCLE_OR_POINT
public static final AreaNotice.SubAreaType RECTANGLE
public static final AreaNotice.SubAreaType SECTOR
public static final AreaNotice.SubAreaType POLYLINE
public static final AreaNotice.SubAreaType POLYGON
public static final AreaNotice.SubAreaType TEXT
public static final AreaNotice.SubAreaType RESERVED
public static final AreaNotice.SubAreaType RESERVED2
public static AreaNotice.SubAreaType[] values()
for (AreaNotice.SubAreaType c : AreaNotice.SubAreaType.values()) System.out.println(c);
public static AreaNotice.SubAreaType 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 getType()
Copyright © 2011–2019 Danish Maritime Authority. All rights reserved.