public class BitmapField extends Object
Constructor and Description |
---|
BitmapField(biz.onixs.cme.sbe.IFieldSet fieldSet,
int tag)
Constructor.
|
BitmapField(int bits)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
any()
Check if any of bits is set.
|
boolean |
get(int bit)
Get bit value.
|
String |
toString()
Convert object to string representation.
|
public BitmapField(int bits)
bits
- raw value.public BitmapField(biz.onixs.cme.sbe.IFieldSet fieldSet, int tag)
fieldSet
- fieldset that contains value.tag
- fix tag.biz.onixs.cme.sbe.exceptions.TagNotFoundException
- thrown if field was not found in fieldset.Copyright © 2010–2020 Onix Solutions. All rights reserved.