Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.PccSyncState
-
-
Uses of PccSyncState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return PccSyncState Modifier and Type Method Description static PccSyncStatePccSyncState. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.static PccSyncStatePccSyncState. valueOf(String name)Returns the enum constant of this type with the specified name.static PccSyncState[]PccSyncState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120 that return types with arguments of type PccSyncState Modifier and Type Method Description static Optional<PccSyncState>PccSyncState. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of PccSyncState in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev200120.pcep.client.attributes that return PccSyncState Modifier and Type Method Description PccSyncStatePathComputationClient. getStateSync()Return stateSync, ornullif it is not present.PccSyncStatePathComputationClientBuilder. 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.rev200120.pcep.client.attributes with parameters of type PccSyncState Modifier and Type Method Description PathComputationClientBuilderPathComputationClientBuilder. setStateSync(PccSyncState value)
-