Uses of Interface
org.opennms.netmgt.events.api.model.IValue
-
Packages that use IValue Package Description org.opennms.netmgt.events.api.model org.opennms.netmgt.xml.event This file is part of OpenNMS(R). -
-
Uses of IValue in org.opennms.netmgt.events.api.model
Classes in org.opennms.netmgt.events.api.model that implement IValue Modifier and Type Class Description class
ImmutableValue
Methods in org.opennms.netmgt.events.api.model that return IValue Modifier and Type Method Description IValue
ImmutableParm. getValue()
IValue
IParm. getValue()
static IValue
ImmutableValue. immutableCopy(IValue value)
Methods in org.opennms.netmgt.events.api.model with parameters of type IValue Modifier and Type Method Description static IValue
ImmutableValue. immutableCopy(IValue value)
static ImmutableValue.Builder
ImmutableValue. newBuilderFrom(IValue value)
ImmutableParm.Builder
ImmutableParm.Builder. setValue(IValue value)
Constructors in org.opennms.netmgt.events.api.model with parameters of type IValue Constructor Description Builder(IValue value)
-
Uses of IValue in org.opennms.netmgt.xml.event
Methods in org.opennms.netmgt.xml.event with parameters of type IValue Modifier and Type Method Description static Value
Value. copyFrom(IValue source)
-