public class MyBits extends Object implements Serializable
Constructor and Description |
---|
MyBits(Boolean _bitOne,
Boolean _bitTwo,
Boolean _bitZero) |
MyBits(MyBits source)
Creates a copy from Source Object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static MyBits |
getDefaultInstance(String defaultValue) |
boolean[] |
getValue() |
int |
hashCode() |
Boolean |
isBitOne() |
Boolean |
isBitTwo() |
Boolean |
isBitZero() |
String |
toString() |
Copyright © 2019 OpenDaylight. All rights reserved.