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.InterfaceOpStateInterfaceInfo. opStateMethods in org.opendaylight.genius.interfacemanager.globals that return InterfaceInfo.InterfaceOpState Modifier and Type Method Description static InterfaceInfo.InterfaceOpStateInterfaceInfo.InterfaceOpState. fromModel(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.interfaces.rev140508.interfaces.state.Interface.OperStatus modelStatus)InterfaceInfo.InterfaceOpStateInterfaceInfo. getOpState()static InterfaceInfo.InterfaceOpStateInterfaceInfo.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 voidInterfaceInfo. setOpState(InterfaceInfo.InterfaceOpState opState)
-