public enum StandardChannelPropertyNameType extends Enum<StandardChannelPropertyNameType>
Java class for standardChannelPropertyName.type.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="standardChannelPropertyName.type">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="threshold"/>
<enumeration value="resolution"/>
<enumeration value="quantization"/>
<enumeration value="noise"/>
<enumeration value="accuracy"/>
<enumeration value="crossCoupling"/>
<enumeration value="skew"/>
<enumeration value="minBandwidth"/>
<enumeration value="peakRate"/>
<enumeration value="distortion"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACCURACY |
CROSS_COUPLING |
DISTORTION |
MIN_BANDWIDTH |
NOISE |
PEAK_RATE |
QUANTIZATION |
RESOLUTION |
SKEW |
THRESHOLD |
| Modifier and Type | Method and Description |
|---|---|
static StandardChannelPropertyNameType |
fromValue(String v) |
String |
value() |
static StandardChannelPropertyNameType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardChannelPropertyNameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardChannelPropertyNameType THRESHOLD
public static final StandardChannelPropertyNameType RESOLUTION
public static final StandardChannelPropertyNameType QUANTIZATION
public static final StandardChannelPropertyNameType NOISE
public static final StandardChannelPropertyNameType ACCURACY
public static final StandardChannelPropertyNameType CROSS_COUPLING
public static final StandardChannelPropertyNameType SKEW
public static final StandardChannelPropertyNameType MIN_BANDWIDTH
public static final StandardChannelPropertyNameType PEAK_RATE
public static final StandardChannelPropertyNameType DISTORTION
public static StandardChannelPropertyNameType[] values()
for (StandardChannelPropertyNameType c : StandardChannelPropertyNameType.values()) System.out.println(c);
public static StandardChannelPropertyNameType 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 StandardChannelPropertyNameType fromValue(String v)
Copyright © 2007-2019. All Rights Reserved.