public static enum Space.SpaceInner extends Enum<Space.SpaceInner>
<xs:simpleType xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="default"/>
<xs:enumeration value="preserve"/>
</xs:restriction>
</xs:simpleType>
| Modifier and Type | Method and Description |
|---|---|
static Space.SpaceInner |
convert(String value) |
static Space.SpaceInner |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Space.SpaceInner[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
String |
xmlValue() |
public static final Space.SpaceInner DEFAULT
public static final Space.SpaceInner PRESERVE
public static Space.SpaceInner[] values()
for (Space.SpaceInner c : Space.SpaceInner.values()) System.out.println(c);
public static Space.SpaceInner 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 xmlValue()
public static Space.SpaceInner convert(String value)
Copyright © 2019 Europeana Foundation. All rights reserved.