net.java.sip.communicator.service.history.records
Class HistoryRecordStructure
java.lang.Object
net.java.sip.communicator.service.history.records.HistoryRecordStructure
public class HistoryRecordStructure
- extends Object
- Author:
- Alexander Pelov
|
Constructor Summary |
HistoryRecordStructure(String[] propertyNames)
Creates an entry structure object used to define the shape of the data
stored in the history. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HistoryRecordStructure
public HistoryRecordStructure(String[] propertyNames)
- Creates an entry structure object used to define the shape of the data
stored in the history.
Note that the property names are not unique, i.e. a single property
may have 0, 1 or more values.
- Parameters:
propertyNames -
getPropertyNames
public String[] getPropertyNames()
getPropertyCount
public int getPropertyCount()
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.