Package com.helger.regrep
Enum ERegRep4XMLDocumentType
- java.lang.Object
-
- java.lang.Enum<ERegRep4XMLDocumentType>
-
- com.helger.regrep.ERegRep4XMLDocumentType
-
- All Implemented Interfaces:
com.helger.jaxb.builder.IJAXBDocumentType,Serializable,Comparable<ERegRep4XMLDocumentType>
@Deprecated(forRemoval=true, since="3.0.0") public enum ERegRep4XMLDocumentType extends Enum<ERegRep4XMLDocumentType> implements com.helger.jaxb.builder.IJAXBDocumentType
Deprecated, for removal: This API element is subject to removal in a future version.Enumeration with all available RegRep4 XML document types.- Author:
- Philip Helger
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CATALOG_OBJECTS_REQUESTDeprecated, for removal: This API element is subject to removal in a future version.CATALOG_OBJECTS_RESPONSEDeprecated, for removal: This API element is subject to removal in a future version.FILTER_OBJECTS_REQUESTDeprecated, for removal: This API element is subject to removal in a future version.FILTER_OBJECTS_RESPONSEDeprecated, for removal: This API element is subject to removal in a future version.QUERY_REQUESTDeprecated, for removal: This API element is subject to removal in a future version.QUERY_RESPONSEDeprecated, for removal: This API element is subject to removal in a future version.REGISTRY_EXCEPTIONDeprecated, for removal: This API element is subject to removal in a future version.REMOVE_OBJECTS_REQUESTDeprecated, for removal: This API element is subject to removal in a future version.SUBMIT_OBJECTS_REQUESTDeprecated, for removal: This API element is subject to removal in a future version.UPDATE_OBJECTS_REQUESTDeprecated, for removal: This API element is subject to removal in a future version.VALIDATE_OBJECTS_REQUESTDeprecated, for removal: This API element is subject to removal in a future version.VALIDATE_OBJECTS_RESPONSEDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource>getAllXSDResources()Deprecated, for removal: This API element is subject to removal in a future version.Class<?>getImplementationClass()Deprecated, for removal: This API element is subject to removal in a future version.StringgetLocalName()Deprecated, for removal: This API element is subject to removal in a future version.StringgetNamespaceURI()Deprecated, for removal: This API element is subject to removal in a future version.SchemagetSchema()Deprecated, for removal: This API element is subject to removal in a future version.static ERegRep4XMLDocumentTypevalueOf(String name)Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name.static ERegRep4XMLDocumentType[]values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
REGISTRY_EXCEPTION
public static final ERegRep4XMLDocumentType REGISTRY_EXCEPTION
Deprecated, for removal: This API element is subject to removal in a future version.
-
SUBMIT_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType SUBMIT_OBJECTS_REQUEST
Deprecated, for removal: This API element is subject to removal in a future version.
-
UPDATE_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType UPDATE_OBJECTS_REQUEST
Deprecated, for removal: This API element is subject to removal in a future version.
-
REMOVE_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType REMOVE_OBJECTS_REQUEST
Deprecated, for removal: This API element is subject to removal in a future version.
-
QUERY_REQUEST
public static final ERegRep4XMLDocumentType QUERY_REQUEST
Deprecated, for removal: This API element is subject to removal in a future version.
-
QUERY_RESPONSE
public static final ERegRep4XMLDocumentType QUERY_RESPONSE
Deprecated, for removal: This API element is subject to removal in a future version.
-
VALIDATE_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType VALIDATE_OBJECTS_REQUEST
Deprecated, for removal: This API element is subject to removal in a future version.
-
VALIDATE_OBJECTS_RESPONSE
public static final ERegRep4XMLDocumentType VALIDATE_OBJECTS_RESPONSE
Deprecated, for removal: This API element is subject to removal in a future version.
-
CATALOG_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType CATALOG_OBJECTS_REQUEST
Deprecated, for removal: This API element is subject to removal in a future version.
-
CATALOG_OBJECTS_RESPONSE
public static final ERegRep4XMLDocumentType CATALOG_OBJECTS_RESPONSE
Deprecated, for removal: This API element is subject to removal in a future version.
-
FILTER_OBJECTS_REQUEST
public static final ERegRep4XMLDocumentType FILTER_OBJECTS_REQUEST
Deprecated, for removal: This API element is subject to removal in a future version.
-
FILTER_OBJECTS_RESPONSE
public static final ERegRep4XMLDocumentType FILTER_OBJECTS_RESPONSE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
values
public static ERegRep4XMLDocumentType[] values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ERegRep4XMLDocumentType c : ERegRep4XMLDocumentType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ERegRep4XMLDocumentType valueOf(String name)
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getImplementationClass
@Nonnull public Class<?> getImplementationClass()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getImplementationClassin interfacecom.helger.jaxb.builder.IJAXBDocumentType
-
getAllXSDResources
@Nonnull @Nonempty @ReturnsMutableCopy public com.helger.commons.collection.impl.ICommonsList<com.helger.commons.io.resource.ClassPathResource> getAllXSDResources()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAllXSDResourcesin interfacecom.helger.jaxb.builder.IJAXBDocumentType
-
getNamespaceURI
@Nonnull public String getNamespaceURI()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getNamespaceURIin interfacecom.helger.jaxb.builder.IJAXBDocumentType
-
getLocalName
@Nonnull @Nonempty public String getLocalName()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getLocalNamein interfacecom.helger.jaxb.builder.IJAXBDocumentType
-
-