public final class TrustPolicyType extends ExpandableStringEnum<TrustPolicyType>
Modifier and Type | Field and Description |
---|---|
static TrustPolicyType |
NOTARY
Static value Notary for TrustPolicyType.
|
Constructor and Description |
---|
TrustPolicyType() |
Modifier and Type | Method and Description |
---|---|
static TrustPolicyType |
fromString(String name)
Creates or finds a TrustPolicyType from its string representation.
|
static Collection<TrustPolicyType> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final TrustPolicyType NOTARY
public static TrustPolicyType fromString(String name)
name
- a name to look forpublic static Collection<TrustPolicyType> values()
Copyright © 2019. All rights reserved.