public enum PolicyTopicConstraintPolicyTopicConstraintType extends Enum<PolicyTopicConstraintPolicyTopicConstraintType>
Java class for PolicyTopicConstraint.PolicyTopicConstraintType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="PolicyTopicConstraint.PolicyTopicConstraintType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="UNKNOWN"/>
<enumeration value="COUNTRY"/>
<enumeration value="RESELLER"/>
<enumeration value="CERTIFICATE_MISSING_IN_COUNTRY"/>
<enumeration value="CERTIFICATE_DOMAIN_MISMATCH_IN_COUNTRY"/>
<enumeration value="CERTIFICATE_MISSING"/>
<enumeration value="CERTIFICATE_DOMAIN_MISMATCH"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
CERTIFICATE_DOMAIN_MISMATCH |
CERTIFICATE_DOMAIN_MISMATCH_IN_COUNTRY |
CERTIFICATE_MISSING |
CERTIFICATE_MISSING_IN_COUNTRY |
COUNTRY |
RESELLER |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static PolicyTopicConstraintPolicyTopicConstraintType |
fromValue(String v) |
String |
value() |
static PolicyTopicConstraintPolicyTopicConstraintType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyTopicConstraintPolicyTopicConstraintType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PolicyTopicConstraintPolicyTopicConstraintType UNKNOWN
public static final PolicyTopicConstraintPolicyTopicConstraintType COUNTRY
public static final PolicyTopicConstraintPolicyTopicConstraintType RESELLER
public static final PolicyTopicConstraintPolicyTopicConstraintType CERTIFICATE_MISSING_IN_COUNTRY
public static final PolicyTopicConstraintPolicyTopicConstraintType CERTIFICATE_DOMAIN_MISMATCH_IN_COUNTRY
public static final PolicyTopicConstraintPolicyTopicConstraintType CERTIFICATE_MISSING
public static final PolicyTopicConstraintPolicyTopicConstraintType CERTIFICATE_DOMAIN_MISMATCH
public static PolicyTopicConstraintPolicyTopicConstraintType[] values()
for (PolicyTopicConstraintPolicyTopicConstraintType c : PolicyTopicConstraintPolicyTopicConstraintType.values()) System.out.println(c);
public static PolicyTopicConstraintPolicyTopicConstraintType 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 nullpublic String value()
public static PolicyTopicConstraintPolicyTopicConstraintType fromValue(String v)
Copyright © 2023. All rights reserved.