public enum MetadataLevelEnum extends Enum<MetadataLevelEnum>
| Modifier and Type | Method and Description |
|---|---|
String |
getLevel()
Return the value of level.
|
MetadataLevelEnum |
lookup(String level)
Return the MetadataLevelEnum object matching the provided level.
|
static MetadataLevelEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MetadataLevelEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetadataLevelEnum MINIMAL
public static final MetadataLevelEnum XDS
public static MetadataLevelEnum[] values()
for (MetadataLevelEnum c : MetadataLevelEnum.values()) System.out.println(c);
public static MetadataLevelEnum 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 getLevel()
public MetadataLevelEnum lookup(String level)
level - The level to use for the lookup.Copyright © 2010–2025. All rights reserved.