Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls.StoreType
Package
Description
-
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112
Modifier and TypeMethodDescriptionPcepSessionTls.getKeystoreType()
Return keystoreType, ornull
if it is not present.PcepSessionTls.getTruststoreType()
Return truststoreType, ornull
if it is not present.default @NonNull StoreType
PcepSessionTls.requireKeystoreType()
Return keystoreType, guaranteed to be non-null.default @NonNull StoreType
PcepSessionTls.requireTruststoreType()
Return truststoreType, guaranteed to be non-null. -
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.config.session.config
Modifier and TypeMethodDescriptionTlsBuilder.getKeystoreType()
Return current value associated with the property corresponding toPcepSessionTls.getKeystoreType()
.TlsBuilder.getTruststoreType()
Return current value associated with the property corresponding toPcepSessionTls.getTruststoreType()
.Modifier and TypeMethodDescriptionTlsBuilder.setKeystoreType
(StoreType value) Set the property corresponding toPcepSessionTls.getKeystoreType()
to the specified value.TlsBuilder.setTruststoreType
(StoreType value) Set the property corresponding toPcepSessionTls.getTruststoreType()
to the specified value. -
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.config.rev230112.pcep.session.tls
Modifier and TypeMethodDescriptionstatic @Nullable StoreType
Return the enumeration member whosegetName()
matches specified assigned name.static @Nullable StoreType
StoreType.forValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static @NonNull StoreType
Return the enumeration member whosegetName()
matches specified assigned name.static @NonNull StoreType
StoreType.ofValue
(int intValue) Return the enumeration member whosegetIntValue()
matches specified value.static StoreType
Returns the enum constant of this class with the specified name.static StoreType[]
StoreType.values()
Returns an array containing the constants of this enum class, in the order they are declared.