org.jSyncManager.API.Conduit.Tools.vTypes.vCommon

Class vPropertyList


public class vPropertyList
extends java.util.Vector

Constructor Summary

vPropertyList()
Creates a new instance of PropertySet
vPropertyList(vPropertyList newlist)

Method Summary

boolean
add(vObject prop)
boolean
add(vProperty prop)
boolean
contains(Object obj)
vPropertyList
getProperties(String key)
vObject
getProperty(String key)
Gets first property in list with String key.

Constructor Details

vPropertyList

public vPropertyList()
Creates a new instance of PropertySet

vPropertyList

public vPropertyList(vPropertyList newlist)

Method Details

add

public boolean add(vObject prop)

add

public boolean add(vProperty prop)

contains

public boolean contains(Object obj)

getProperties

public vPropertyList getProperties(String key)

getProperty

public vObject getProperty(String key)
Gets first property in list with String key.
Parameters:
key - String key value to be searched for.
Returns:
vProperty Property with associated key name or null if no such Property exists.