|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.PropertyMaps
public class PropertyMaps
Collection of PropertyMap instances read from a single property data block.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_NAME
the name of the "default" properties for a PropertyMaps instance |
Constructor Summary | |
---|---|
PropertyMaps(int objectId)
|
Method Summary | |
---|---|
PropertyMap |
get(java.lang.String name)
|
PropertyMap |
getDefault()
|
int |
getObjectId()
|
int |
getSize()
|
boolean |
isEmpty()
|
java.util.Iterator<PropertyMap> |
iterator()
|
void |
put(PropertyMap map)
Adds the given PropertyMap to this group. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_NAME
Constructor Detail |
---|
public PropertyMaps(int objectId)
Method Detail |
---|
public int getObjectId()
public int getSize()
public boolean isEmpty()
public PropertyMap getDefault()
public PropertyMap get(java.lang.String name)
public void put(PropertyMap map)
public java.util.Iterator<PropertyMap> iterator()
iterator
in interface java.lang.Iterable<PropertyMap>
public java.lang.String toString()
toString
in class java.lang.Object
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |