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,
com.healthmarketscience.jackcess.impl.PropertyMaps.Owner owner) |
| Modifier and Type | Method and Description |
|---|---|
PropertyMapImpl |
get(String name) |
PropertyMapImpl |
getDefault() |
int |
getObjectId() |
int |
getSize() |
static String |
getTrimmedStringProperty(PropertyMap props,
String propName) |
boolean |
isEmpty() |
Iterator<PropertyMapImpl> |
iterator() |
void |
save() |
String |
toString() |
byte[] |
write() |
equals, 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,
com.healthmarketscience.jackcess.impl.PropertyMaps.Owner owner)
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
IOExceptionpublic static String getTrimmedStringProperty(PropertyMap props, String propName)
Copyright © 2005–2025 OpenHMS. All rights reserved.