public static enum FunctionalUnit.BitDepth extends Enum<FunctionalUnit.BitDepth>
Enum Constant and Description |
---|
BIT_DEPTH_1_BIT |
BIT_DEPTH_16_BITS |
BIT_DEPTH_24_BITS |
BIT_DEPTH_32_BITS |
BIT_DEPTH_8_BITS |
Modifier and Type | Method and Description |
---|---|
static List<FunctionalUnit.BitDepth> |
getAllBitDepths() |
static FunctionalUnit.BitDepth |
getBySystemValue(long value) |
String |
toString() |
long |
toSystemValue() |
static FunctionalUnit.BitDepth |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionalUnit.BitDepth[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FunctionalUnit.BitDepth BIT_DEPTH_1_BIT
public static final FunctionalUnit.BitDepth BIT_DEPTH_8_BITS
public static final FunctionalUnit.BitDepth BIT_DEPTH_16_BITS
public static final FunctionalUnit.BitDepth BIT_DEPTH_24_BITS
public static final FunctionalUnit.BitDepth BIT_DEPTH_32_BITS
public static FunctionalUnit.BitDepth[] values()
for (FunctionalUnit.BitDepth c : FunctionalUnit.BitDepth.values()) System.out.println(c);
public static FunctionalUnit.BitDepth 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 static List<FunctionalUnit.BitDepth> getAllBitDepths()
public long toSystemValue()
public static FunctionalUnit.BitDepth getBySystemValue(long value)
public String toString()
toString
in class Enum<FunctionalUnit.BitDepth>
Copyright © 2014 LAB Asprise. All Rights Reserved.