public static enum Constants.HeaderTags extends java.lang.Enum<Constants.HeaderTags>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getElementName() |
Constants.Namespaces |
getNamespace() |
static Constants.HeaderTags |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constants.HeaderTags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.HeaderTags ControlBlock
public static final Constants.HeaderTags ClientSignature
public static final Constants.HeaderTags SupplierSignature
public static final Constants.HeaderTags DesiredLanguages
public static final Constants.HeaderTags IntermediaryCertificates
public static final Constants.HeaderTags QualityOfTimestamp
public static final Constants.HeaderTags NonIntermediaryCertificates
public static final Constants.HeaderTags acceptDelivery
public static final Constants.HeaderTags fetchDelivery
public static final Constants.HeaderTags processDelivery
public static final Constants.HeaderTags responseToExitDialog
public static final Constants.HeaderTags responseToFetchDelivery
public static final Constants.HeaderTags mediateDelivery
public static final Constants.HeaderTags responseToMediateDelivery
public static final Constants.HeaderTags storeDelivery
public static final Constants.HeaderTags responseToStoreDelivery
public static final Constants.HeaderTags fetchProcessCard
public static final Constants.HeaderTags responseToFetchProcessCard
public static final Constants.HeaderTags forwardDelivery
public static final Constants.HeaderTags responseToForwardDelivery
public static final Constants.HeaderTags responseToAcceptDelivery
public static final Constants.HeaderTags responseToProcessDelivery
public static final Constants.HeaderTags FeatureDescription
public static final Constants.HeaderTags partialStoreDelivery
public static final Constants.HeaderTags responseToPartialStoreDelivery
public static final Constants.HeaderTags partialFetchDelivery
public static final Constants.HeaderTags responseToPartialFetchDelivery
public static Constants.HeaderTags[] values()
for (Constants.HeaderTags c : Constants.HeaderTags.values()) System.out.println(c);
public static Constants.HeaderTags valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getElementName()
public Constants.Namespaces getNamespace()
Copyright © 2017. All Rights Reserved.