Uses of Class
org.opennms.netmgt.enlinkd.model.BridgeStpLink.BridgeDot1dStpPortState
-
Packages that use BridgeStpLink.BridgeDot1dStpPortState Package Description org.opennms.netmgt.enlinkd.model This file is part of OpenNMS(R). -
-
Uses of BridgeStpLink.BridgeDot1dStpPortState in org.opennms.netmgt.enlinkd.model
Methods in org.opennms.netmgt.enlinkd.model that return BridgeStpLink.BridgeDot1dStpPortState Modifier and Type Method Description static BridgeStpLink.BridgeDot1dStpPortState
BridgeStpLink.BridgeDot1dStpPortState. get(java.lang.Integer code)
BridgeStpLink.BridgeDot1dStpPortState
BridgeStpLink. getStpPortState()
static BridgeStpLink.BridgeDot1dStpPortState
BridgeStpLink.BridgeDot1dStpPortState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BridgeStpLink.BridgeDot1dStpPortState[]
BridgeStpLink.BridgeDot1dStpPortState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opennms.netmgt.enlinkd.model that return types with arguments of type BridgeStpLink.BridgeDot1dStpPortState Modifier and Type Method Description java.lang.Class<BridgeStpLink.BridgeDot1dStpPortState>
BridgeDot1dStpPortStateUserType. returnedClass()
Methods in org.opennms.netmgt.enlinkd.model with parameters of type BridgeStpLink.BridgeDot1dStpPortState Modifier and Type Method Description void
BridgeStpLink. setStpPortState(BridgeStpLink.BridgeDot1dStpPortState stpPortState)
-