public class MetaFlag extends Object
| Constructor and Description |
|---|
MetaFlag(String name,
Database db)
Create a MetaFlag with the specified name for the specified database.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
canWrite() |
int |
getValue() |
boolean |
isSaved() |
void |
setValue(int value)
This sets the current value.
|
public MetaFlag(String name, Database db) throws IOException
IOExceptionpublic boolean isSaved()
public int getValue()
public boolean canWrite()
public void setValue(int value)
throws IOException
IOException