public enum ECIID16BDocumentType extends Enum<ECIID16BDocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
| Enum Constant and Description |
|---|
CROSS_INDUSTRY_INVOICE |
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> |
getAllXSDResources() |
Class<?> |
getImplementationClass() |
String |
getLocalName() |
String |
getNamespaceURI() |
Schema |
getSchema() |
static ECIID16BDocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECIID16BDocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ECIID16BDocumentType CROSS_INDUSTRY_INVOICE
public static ECIID16BDocumentType[] values()
for (ECIID16BDocumentType c : ECIID16BDocumentType.values()) System.out.println(c);
public static ECIID16BDocumentType 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 public Class<?> getImplementationClass()
getImplementationClass in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDResources()
getAllXSDResources in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull public String getNamespaceURI()
getNamespaceURI in interface com.helger.jaxb.builder.IJAXBDocumentType@Nonnull @Nonempty public String getLocalName()
getLocalName in interface com.helger.jaxb.builder.IJAXBDocumentTypeCopyright © 2016–2021 Philip Helger. All rights reserved.