public enum ExceptionDeviationFormat extends Enum<ExceptionDeviationFormat> implements Enumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
ExceptionDeviationFormat.Builder |
| Enum Constant and Description |
|---|
AbsoluteValue |
PercentOfEURange |
PercentOfRange |
PercentOfValue |
Unknown |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<ExceptionDeviationFormat> |
ALL |
static EnumSet<ExceptionDeviationFormat> |
NONE |
static EnumerationSpecification |
SPECIFICATION |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDescription, getValueAsStringpublic static final ExceptionDeviationFormat AbsoluteValue
public static final ExceptionDeviationFormat PercentOfValue
public static final ExceptionDeviationFormat PercentOfRange
public static final ExceptionDeviationFormat PercentOfEURange
public static final ExceptionDeviationFormat Unknown
public static final EnumerationSpecification SPECIFICATION
public static final EnumSet<ExceptionDeviationFormat> NONE
public static final EnumSet<ExceptionDeviationFormat> ALL
public static ExceptionDeviationFormat[] values()
for (ExceptionDeviationFormat c : ExceptionDeviationFormat.values()) System.out.println(c);
public static ExceptionDeviationFormat 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 EnumerationSpecification specification()
EnumerationEnumeration.specification in interface Enumerationpublic static ExceptionDeviationFormat valueOf(int value)
public static ExceptionDeviationFormat valueOf(Integer value)
public static ExceptionDeviationFormat valueOf(UnsignedInteger value)
public static ExceptionDeviationFormat[] valueOf(int[] value)
public static ExceptionDeviationFormat[] valueOf(Integer[] value)
public static ExceptionDeviationFormat[] valueOf(UnsignedInteger[] value)
public static UnsignedInteger getMask(ExceptionDeviationFormat... list)
public static UnsignedInteger getMask(Collection<ExceptionDeviationFormat> list)
public static EnumSet<ExceptionDeviationFormat> getSet(UnsignedInteger mask)
public static EnumSet<ExceptionDeviationFormat> getSet(int mask)
public int getValue()
EnumerationgetValue in interface Enumerationpublic static ExceptionDeviationFormat.Builder builder()
public ExceptionDeviationFormat.Builder toBuilder()
EnumerationEnumeration.toBuilder in interface EnumerationCopyright © 2026. All rights reserved.