public static enum Matrix2D.BucketNaming extends Enum<Matrix2D.BucketNaming>
Modifier and Type | Method and Description |
---|---|
static Matrix2D.BucketNaming |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Matrix2D.BucketNaming[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Matrix2D.BucketNaming ABC
public static final Matrix2D.BucketNaming INT
public static final Matrix2D.BucketNaming RANGE
public static final Matrix2D.BucketNaming RANGE_PCT
public static Matrix2D.BucketNaming[] values()
for (Matrix2D.BucketNaming c : Matrix2D.BucketNaming.values()) System.out.println(c);
public static Matrix2D.BucketNaming 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 nullCopyright © 2019. All rights reserved.