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