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)
NFEModelObject
setEditionFlags
in interface NFEModelObject
flags
- a mask with the flags to turn onpublic byte getEditionFlags()
NFEModelObject
getEditionFlags
in interface NFEModelObject
public void addEditionFlag(byte flag)
NFEModelObject
addEditionFlag
in interface NFEModelObject
flag
- a flagpublic void removeEditionFlag(byte flag)
NFEModelObject
removeEditionFlag
in interface NFEModelObject
flag
- a bit maskpublic boolean containsEditionFlag(byte flag)
NFEModelObject
containsEditionFlag
in interface NFEModelObject
flag
- a bit mask