Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.PccSyncState
Packages that use PccSyncState
Package
Description
-
Uses of PccSyncState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 that return PccSyncStateModifier and TypeMethodDescriptionstatic @Nullable PccSyncStateReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable PccSyncStatePccSyncState.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static @NonNull PccSyncStateReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull PccSyncStatePccSyncState.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.static PccSyncStateReturns the enum constant of this class with the specified name.static PccSyncState[]PccSyncState.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PccSyncState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes that return PccSyncStateModifier and TypeMethodDescriptionPathComputationClient.getStateSync()Return stateSync, ornullif it is not present.PathComputationClientBuilder.getStateSync()Return current value associated with the property corresponding toPathComputationClient.getStateSync().default @NonNull PccSyncStatePathComputationClient.requireStateSync()Return stateSync, guaranteed to be non-null.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes with parameters of type PccSyncStateModifier and TypeMethodDescriptionPathComputationClientBuilder.setStateSync(PccSyncState value) Set the property corresponding toPathComputationClient.getStateSync()to the specified value.