public static enum SUF2Record.Type extends Enum<SUF2Record.Type>
| Enum Constant and Description |
|---|
ARC |
LINE |
PERCEEL |
POLYGON |
SYMBOL |
TEXT |
UNDEFINED |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
int |
getRank() |
static SUF2Record.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SUF2Record.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SUF2Record.Type UNDEFINED
public static final SUF2Record.Type TEXT
public static final SUF2Record.Type ARC
public static final SUF2Record.Type LINE
public static final SUF2Record.Type POLYGON
public static final SUF2Record.Type PERCEEL
public static final SUF2Record.Type SYMBOL
public static SUF2Record.Type[] values()
for (SUF2Record.Type c : SUF2Record.Type.values()) System.out.println(c);
public static SUF2Record.Type 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 String getDescription()
public int getRank()
Copyright © 2018 B3Partners B.V.. All rights reserved.