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, wait
forEach, spliterator
public 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
IOException
public void save() throws IOException
IOException
public static String getTrimmedStringProperty(PropertyMap props, String propName)
Copyright © 2005–2024 OpenHMS. All rights reserved.