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