public enum GranularityEnumType extends Enum<GranularityEnumType>
Java class for granularityEnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="granularityEnumType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="call"/> <enumeration value="encounter"/> <enumeration value="binned"/> <whiteSpace value="collapse"/> <enumeration value="grouped"/> </restriction> </simpleType>
Modifier and Type | Method and Description |
---|---|
static GranularityEnumType |
fromValue(String v) |
String |
value() |
static GranularityEnumType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GranularityEnumType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GranularityEnumType CALL
public static final GranularityEnumType ENCOUNTER
public static final GranularityEnumType BINNED
public static final GranularityEnumType GROUPED
private final String value
public static GranularityEnumType[] values()
for (GranularityEnumType c : GranularityEnumType.values()) System.out.println(c);
public static GranularityEnumType 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 value()
public static GranularityEnumType fromValue(String v)
Copyright © 2024 Tethys. All rights reserved.