public class NFEBasicModelObject extends java.lang.Object implements NFEModelObject
EFLAG_EXISTING, EFLAG_REMOVED| Constructor and Description |
|---|
NFEBasicModelObject() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEditionFlag(byte flag)
Turns on a single flag
|
boolean |
containsEditionFlag(byte flag)
Tells whether the flag is on
|
byte |
getEditionFlags()
Gets all the active flags
|
void |
removeEditionFlag(byte flag)
Sets the given flags off
|
void |
setEditionFlags(byte flags)
Sets the given flags on
|
public void setEditionFlags(byte flags)
NFEModelObjectsetEditionFlags in interface NFEModelObjectflags - a mask with the flags to turn onpublic byte getEditionFlags()
NFEModelObjectgetEditionFlags in interface NFEModelObjectpublic void addEditionFlag(byte flag)
NFEModelObjectaddEditionFlag in interface NFEModelObjectflag - a flagpublic void removeEditionFlag(byte flag)
NFEModelObjectremoveEditionFlag in interface NFEModelObjectflag - a bit maskpublic boolean containsEditionFlag(byte flag)
NFEModelObjectcontainsEditionFlag in interface NFEModelObjectflag - a bit mask