public class PropertyMaps extends Object implements Iterable<PropertyMapImpl>
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_NAME
the name of the "default" properties for a PropertyMaps instance
|
| Constructor and Description |
|---|
PropertyMaps(int objectId,
RowIdImpl rowId,
com.healthmarketscience.jackcess.impl.PropertyMaps.Handler handler) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMapImpl |
get(String name) |
PropertyMapImpl |
getDefault() |
int |
getObjectId() |
int |
getSize() |
boolean |
isEmpty() |
Iterator<PropertyMapImpl> |
iterator() |
void |
save() |
String |
toString() |
byte[] |
write() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic static final String DEFAULT_NAME
public PropertyMaps(int objectId,
RowIdImpl rowId,
com.healthmarketscience.jackcess.impl.PropertyMaps.Handler handler)
public int getObjectId()
public int getSize()
public boolean isEmpty()
public PropertyMapImpl getDefault()
public PropertyMapImpl get(String name)
public Iterator<PropertyMapImpl> iterator()
iterator in interface Iterable<PropertyMapImpl>public byte[] write()
throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionCopyright © 2005–2016. All rights reserved.