public static enum AbstractXmlFormat.LineBreakMode extends Enum<AbstractXmlFormat.LineBreakMode> implements com.openindex.openestate.impl.utils.Translatable
| Modifier and Type | Method and Description |
|---|---|
String |
getSeparator() |
String |
getTranslation() |
String |
getTranslation(Locale locale) |
static AbstractXmlFormat.LineBreakMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractXmlFormat.LineBreakMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractXmlFormat.LineBreakMode HTML
public static final AbstractXmlFormat.LineBreakMode XHTML
public static final AbstractXmlFormat.LineBreakMode NATIVE
public static AbstractXmlFormat.LineBreakMode[] values()
for (AbstractXmlFormat.LineBreakMode c : AbstractXmlFormat.LineBreakMode.values()) System.out.println(c);
public static AbstractXmlFormat.LineBreakMode 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 getSeparator()
public String getTranslation()
getTranslation in interface com.openindex.openestate.impl.utils.TranslatableCopyright © 2015 OpenEstate. All rights reserved.