public class BitValue
extends java.lang.Object
| Constructor and Description |
|---|
BitValue(byte startTyp,
java.lang.String startValue,
byte lentyp,
java.lang.String lenvalue) |
BitValue(int start,
int len) |
| Modifier and Type | Method and Description |
|---|---|
BitEntity |
getLen() |
int |
getOrientation() |
BitEntity |
getStart() |
BitValue |
withLen(BitEntity len) |
BitValue |
withOrientation(int value) |
BitValue |
withStart(BitEntity start) |