public static enum UnifiedMetaData.Presence extends Enum<UnifiedMetaData.Presence>
Modifier and Type | Method and Description |
---|---|
static List<String> |
getValidXmlValues() |
static UnifiedMetaData.Presence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnifiedMetaData.Presence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnifiedMetaData.Presence Required
public static final UnifiedMetaData.Presence Optional
public static final UnifiedMetaData.Presence Constant
public static UnifiedMetaData.Presence[] values()
for (UnifiedMetaData.Presence c : UnifiedMetaData.Presence.values()) System.out.println(c);
public static UnifiedMetaData.Presence 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 © 2005–2024 Onix Solutions. All rights reserved.