Class ProtocolValue
- java.lang.Object
-
- org.opennms.netmgt.flows.classification.internal.value.ProtocolValue
-
public class ProtocolValue extends Object
-
-
Constructor Summary
Constructors Constructor Description ProtocolValue(Set<Integer> protocols)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Integer>
getProtocols()
static ProtocolValue
of(String string)
ProtocolValue
shrink(Bound<Integer> bound)
-
-
-
Method Detail
-
of
public static ProtocolValue of(String string)
-
shrink
public ProtocolValue shrink(Bound<Integer> bound)
-
-