Uses of Class
org.opendaylight.genius.interfacemanager.globals.InterfaceInfo.InterfaceOpState
-
Packages that use InterfaceInfo.InterfaceOpState Package Description org.opendaylight.genius.interfacemanager.globals -
-
Uses of InterfaceInfo.InterfaceOpState in org.opendaylight.genius.interfacemanager.globals
Fields in org.opendaylight.genius.interfacemanager.globals declared as InterfaceInfo.InterfaceOpState Modifier and Type Field Description protected InterfaceInfo.InterfaceOpState
InterfaceInfo. opState
Methods in org.opendaylight.genius.interfacemanager.globals that return InterfaceInfo.InterfaceOpState Modifier and Type Method Description static InterfaceInfo.InterfaceOpState
InterfaceInfo.InterfaceOpState. fromModel(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface.OperStatus modelStatus)
InterfaceInfo.InterfaceOpState
InterfaceInfo. getOpState()
static InterfaceInfo.InterfaceOpState
InterfaceInfo.InterfaceOpState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InterfaceInfo.InterfaceOpState[]
InterfaceInfo.InterfaceOpState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.genius.interfacemanager.globals with parameters of type InterfaceInfo.InterfaceOpState Modifier and Type Method Description void
InterfaceInfo. setOpState(InterfaceInfo.InterfaceOpState opState)
-