Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

com.healthmarketscience.jackcess
Class PropertyMaps

java.lang.Object
  extended by com.healthmarketscience.jackcess.PropertyMaps
All Implemented Interfaces:
java.lang.Iterable<PropertyMap>

public class PropertyMaps
extends java.lang.Object
implements java.lang.Iterable<PropertyMap>

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

DEFAULT_NAME

public static final java.lang.String DEFAULT_NAME
the name of the "default" properties for a PropertyMaps instance

See Also:
Constant Field Values
Constructor Detail

PropertyMaps

public PropertyMaps(int objectId)
Method Detail

getObjectId

public int getObjectId()

getSize

public int getSize()

isEmpty

public boolean isEmpty()

getDefault

public PropertyMap getDefault()
Returns:
the unnamed "default" PropertyMap in this group, creating if necessary.

get

public PropertyMap get(java.lang.String name)
Returns:
the PropertyMap with the given name in this group, creating if necessary

put

public void put(PropertyMap map)
Adds the given PropertyMap to this group.


iterator

public java.util.Iterator<PropertyMap> iterator()
Specified by:
iterator in interface java.lang.Iterable<PropertyMap>

toString

public java.lang.String toString()
Overrides:
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