public class BitmaskOperand extends Object implements Serializable
| Constructor and Description |
|---|
BitmaskOperand(BitmaskOperand source)
Creates a copy from Source Object.
|
BitmaskOperand(Boolean _andBit,
Boolean _endOfList,
Boolean _match,
Boolean _not) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static BitmaskOperand |
getDefaultInstance(String defaultValue) |
boolean[] |
getValue() |
int |
hashCode() |
Boolean |
isAndBit() |
Boolean |
isEndOfList() |
Boolean |
isMatch() |
Boolean |
isNot() |
String |
toString() |
public BitmaskOperand(Boolean _andBit, Boolean _endOfList, Boolean _match, Boolean _not)
public BitmaskOperand(BitmaskOperand source)
source - Source objectCopyright © 2017 OpenDaylight. All rights reserved.