public enum InfoLevel extends Enum<InfoLevel>
| Enum Constant and Description |
|---|
detailed |
maximum |
minimum |
standard |
unknown |
| Modifier and Type | Method and Description |
|---|---|
SchemaInfoLevel |
toSchemaInfoLevel() |
static InfoLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InfoLevel |
valueOfFromString(String infoLevelValue) |
static InfoLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InfoLevel unknown
public static final InfoLevel minimum
public static final InfoLevel standard
public static final InfoLevel detailed
public static final InfoLevel maximum
public static InfoLevel[] values()
for (InfoLevel c : InfoLevel.values()) System.out.println(c);
public static InfoLevel 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 final SchemaInfoLevel toSchemaInfoLevel()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.