public class MboSetData
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
MboSetData(BitFlag setFlags)
Construct the information about the set from the flags.
|
MboSetData(MboSet set)
Cosntruct the information about the set
|
Modifier and Type | Method and Description |
---|---|
MboData[] |
getMboData()
Return an array of MboData objects
|
MboData |
getMboData(int row)
Return a MboData object for the specified row.
|
int |
getMboDataCount()
How many MboData rows are there ?
|
boolean |
isFlagSet(long flag)
Is a flag for the MboSet set ? Typically the flag that is tested is READONLY.
|
public MboSetData(MboSet set)
public MboSetData(BitFlag setFlags)
public boolean isFlagSet(long flag)
public int getMboDataCount()
public MboData getMboData(int row)
public MboData[] getMboData()