jasp.adodb
Class Properties

java.lang.Object
  |
  +--jasp.adodb.Properties

public class Properties
extends java.lang.Object

A Properties collection contains all the Property objects for a specific instance of an object.


Method Summary
 int getCount()
          Returns the number of property in the Properties collection.
 Property getItem(int index)
          Returns a Property object from currect collection with specific Index
 Property getItem(java.lang.String name)
          Returns a Property object from currect collection with specific name
 Property getItem(variant var)
          Returns a Property object from currect collection.
 void Refresh()
          Updates the objects in a collection.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Refresh

public void Refresh()
Updates the objects in a collection.

getItem

public Property getItem(int index)
                 throws java.lang.Exception
Returns a Property object from currect collection with specific Index
Parameters:
index - the index of the Property.
Returns:
a Property.

getItem

public Property getItem(variant var)
                 throws java.lang.Exception
Returns a Property object from currect collection.
Parameters:
var - the index or name of the Property.
Returns:
a Property.

getItem

public Property getItem(java.lang.String name)
                 throws java.lang.Exception
Returns a Property object from currect collection with specific name
Parameters:
name - the name of the Property.
Returns:
a Property.

getCount

public int getCount()
             throws java.lang.Exception
Returns the number of property in the Properties collection.