Uses of Enum Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023.OperStatus
Packages that use OperStatus
Package
Description
-
Uses of OperStatus in org.opendaylight.openflowplugin.applications.lldpspeaker
Methods in org.opendaylight.openflowplugin.applications.lldpspeaker that return OperStatusMethods in org.opendaylight.openflowplugin.applications.lldpspeaker with parameters of type OperStatusModifier and TypeMethodDescriptionvoidLLDPSpeaker.setOperationalStatus(OperStatus operationalStatus) -
Uses of OperStatus in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 that return OperStatusModifier and TypeMethodDescriptionstatic @Nullable OperStatusReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable OperStatusOperStatus.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.ChangeOperationalStatusInput.getOperationalStatus()Return operationalStatus, ornullif it is not present.ChangeOperationalStatusInputBuilder.getOperationalStatus()Return current value associated with the property corresponding toChangeOperationalStatusInput.getOperationalStatus().GetOperationalStatusOutput.getOperationalStatus()Return operationalStatus, ornullif it is not present.GetOperationalStatusOutputBuilder.getOperationalStatus()Return current value associated with the property corresponding toGetOperationalStatusOutput.getOperationalStatus().static @NonNull OperStatusReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull OperStatusOperStatus.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull OperStatusChangeOperationalStatusInput.requireOperationalStatus()Return operationalStatus, guaranteed to be non-null.default @NonNull OperStatusGetOperationalStatusOutput.requireOperationalStatus()Return operationalStatus, guaranteed to be non-null.static OperStatusReturns the enum constant of this class with the specified name.static OperStatus[]OperStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023 with parameters of type OperStatusModifier and TypeMethodDescriptionChangeOperationalStatusInputBuilder.setOperationalStatus(OperStatus value) Set the property corresponding toChangeOperationalStatusInput.getOperationalStatus()to the specified value.GetOperationalStatusOutputBuilder.setOperationalStatus(OperStatus value) Set the property corresponding toGetOperationalStatusOutput.getOperationalStatus()to the specified value.