public static enum Vosi11TapMetaReader.DetailMode extends Enum<Vosi11TapMetaReader.DetailMode>
Enum Constant and Description |
---|
MAX
Detail=max.
|
MIN
Detail=min.
|
NULL
No detail preference.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns a description of the function described by this mode
(one sentence, not capitalised).
|
static Vosi11TapMetaReader.DetailMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Vosi11TapMetaReader.DetailMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Vosi11TapMetaReader.DetailMode MIN
public static final Vosi11TapMetaReader.DetailMode MAX
public static final Vosi11TapMetaReader.DetailMode NULL
public static Vosi11TapMetaReader.DetailMode[] values()
for (Vosi11TapMetaReader.DetailMode c : Vosi11TapMetaReader.DetailMode.values()) System.out.println(c);
public static Vosi11TapMetaReader.DetailMode 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 getDescription()
Copyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.