public enum MaxTransformUnitSize extends Enum<MaxTransformUnitSize>
Enum Constant and Description |
---|
MTU_16x16
maximum 16x16 TU
|
MTU_32x32
maximum 32x32 TU
|
MTU_4x4
maximum 4x4 TU
|
MTU_8x8
maximum 8x8 TU
|
Modifier and Type | Method and Description |
---|---|
static MaxTransformUnitSize |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static MaxTransformUnitSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaxTransformUnitSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MaxTransformUnitSize MTU_4x4
public static final MaxTransformUnitSize MTU_8x8
public static final MaxTransformUnitSize MTU_16x16
public static final MaxTransformUnitSize MTU_32x32
public static MaxTransformUnitSize[] values()
for (MaxTransformUnitSize c : MaxTransformUnitSize.values()) System.out.println(c);
public static MaxTransformUnitSize 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 getValue()
public String toString()
toString
in class Enum<MaxTransformUnitSize>
public static MaxTransformUnitSize fromValue(String text)
Copyright © 2025. All rights reserved.