public static enum GmlConstants.NilReason extends Enum<GmlConstants.NilReason>
| Enum Constant and Description |
|---|
inapplicable |
missing |
template |
unknown |
withheld |
| Modifier and Type | Method and Description |
|---|---|
static GmlConstants.NilReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GmlConstants.NilReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GmlConstants.NilReason inapplicable
public static final GmlConstants.NilReason missing
public static final GmlConstants.NilReason template
public static final GmlConstants.NilReason unknown
public static final GmlConstants.NilReason withheld
public static GmlConstants.NilReason[] values()
for (GmlConstants.NilReason c : GmlConstants.NilReason.values()) System.out.println(c);
public static GmlConstants.NilReason 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 © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.