public enum EXMLDSigDocumentType extends Enum<EXMLDSigDocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
| Enum Constant and Description |
|---|
REFERENCE |
| 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 EXMLDSigDocumentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EXMLDSigDocumentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EXMLDSigDocumentType REFERENCE
public static EXMLDSigDocumentType[] values()
for (EXMLDSigDocumentType c : EXMLDSigDocumentType.values()) System.out.println(c);
public static EXMLDSigDocumentType 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 © 2015–2020 Philip Helger. All rights reserved.