Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.history.records
Class HistoryRecordStructure

java.lang.Object
  extended by 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.
 
Method Summary
 int getPropertyCount()
           
 String[] getPropertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 -
Method Detail

getPropertyNames

public String[] getPropertyNames()

getPropertyCount

public int getPropertyCount()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.