Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.StoreType
Packages that use StoreType
Package
Description
-
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707 that return StoreTypeModifier and TypeMethodDescriptionstatic @Nullable StoreTypeReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable StoreTypeStoreType.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull StoreTypeReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull StoreTypeStoreType.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static StoreTypeReturns 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. -
Uses of StoreType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config that return StoreTypeModifier and TypeMethodDescriptionTls.getKeystoreType()Return keystoreType, ornullif it is not present.TlsBuilder.getKeystoreType()Return current value associated with the property corresponding toTls.getKeystoreType().Tls.getTruststoreType()Return truststoreType, ornullif it is not present.TlsBuilder.getTruststoreType()Return current value associated with the property corresponding toTls.getTruststoreType().default @NonNull StoreTypeTls.requireKeystoreType()Return keystoreType, guaranteed to be non-null.default @NonNull StoreTypeTls.requireTruststoreType()Return truststoreType, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.pcep.app.config.rev160707.pcep.dispatcher.config with parameters of type StoreTypeModifier and TypeMethodDescriptionTlsBuilder.setKeystoreType(StoreType value) Set the property corresponding toTls.getKeystoreType()to the specified value.TlsBuilder.setTruststoreType(StoreType value) Set the property corresponding toTls.getTruststoreType()to the specified value.