public static enum Vosi11TapMetaReader.DetailMode extends java.lang.Enum<Vosi11TapMetaReader.DetailMode>
Enum Constant and Description |
---|
MAX
Detail=max.
|
MIN
Detail=min.
|
NULL
No detail preference.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the function described by this mode
(one sentence, not capitalised).
|
static Vosi11TapMetaReader.DetailMode |
valueOf(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getDescription()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.