public enum EXMLSerializeDocType extends Enum<EXMLSerializeDocType> implements com.helger.commons.id.IHasID<String>
| Modifier and Type | Method and Description |
|---|---|
static EXMLSerializeDocType |
getFromIDOrNull(String sID) |
String |
getID() |
boolean |
isEmit() |
static EXMLSerializeDocType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLSerializeDocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXMLSerializeDocType EMIT
public static final EXMLSerializeDocType IGNORE
public static EXMLSerializeDocType[] values()
for (EXMLSerializeDocType c : EXMLSerializeDocType.values()) System.out.println(c);
public static EXMLSerializeDocType 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 null@Nonnull @Nonempty public String getID()
getID in interface com.helger.commons.id.IHasID<String>public boolean isEmit()
true it emit is enabled@Nullable public static EXMLSerializeDocType getFromIDOrNull(@Nullable String sID)
Copyright © 2014–2021 Philip Helger. All rights reserved.