public enum OccurrenceSource extends Enum<OccurrenceSource>
| Enum Constant and Description |
|---|
CITZEN |
NON_CITIZEN |
| Modifier and Type | Field and Description |
|---|---|
static String |
FACET_NAME |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
static OccurrenceSource |
getForDisplayName(String name) |
static OccurrenceSource |
getForRange(String range) |
String |
getRange() |
static OccurrenceSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OccurrenceSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OccurrenceSource NON_CITIZEN
public static final OccurrenceSource CITZEN
public static final String FACET_NAME
public static OccurrenceSource[] values()
for (OccurrenceSource c : OccurrenceSource.values()) System.out.println(c);
public static OccurrenceSource 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 getRange()
public String getDisplayName()
public static OccurrenceSource getForDisplayName(String name)
public static OccurrenceSource getForRange(String range)
Copyright © 2014. All rights reserved.