@Generated(value="com.sun.tools.xjc.Driver",
date="2018-09-17T05:05:18+00:00",
comments="JAXB RI v2.2.11")
public static enum ScreenSelector.ScreeningType
extends java.lang.Enum<ScreenSelector.ScreeningType>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="Adaptive"/>
<enumeration value="AM"/>
<enumeration value="ErrorDiffusion"/>
<enumeration value="FM"/>
<enumeration value="HybridAM-FM"/>
<enumeration value="HybridAMline-dot"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ADAPTIVE |
AM |
ERROR_DIFFUSION |
FM |
HYBRID_A_MLINE_DOT |
HYBRID_AM_FM |
| Modifier and Type | Method and Description |
|---|---|
static ScreenSelector.ScreeningType |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static ScreenSelector.ScreeningType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ScreenSelector.ScreeningType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ScreenSelector.ScreeningType ADAPTIVE
public static final ScreenSelector.ScreeningType AM
public static final ScreenSelector.ScreeningType ERROR_DIFFUSION
public static final ScreenSelector.ScreeningType FM
public static final ScreenSelector.ScreeningType HYBRID_AM_FM
public static final ScreenSelector.ScreeningType HYBRID_A_MLINE_DOT
public static ScreenSelector.ScreeningType[] values()
for (ScreenSelector.ScreeningType c : ScreenSelector.ScreeningType.values()) System.out.println(c);
public static ScreenSelector.ScreeningType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static ScreenSelector.ScreeningType fromValue(java.lang.String v)