org.jSyncManager.API.Conduit.Tools.vTypes.vCommon
Class vPropertyList
java.util.Vectororg.jSyncManager.API.Conduit.Tools.vTypes.vCommon.vPropertyList
public class vPropertyList
extends java.util.Vector
vPropertyList
public vPropertyList()
Creates a new instance of PropertySet
add
public boolean add(vObject prop)
contains
public boolean contains(Object obj)
getProperty
public vObject getProperty(String key)
Gets first property in list with String key.
key - String key value to be searched for.
- vProperty Property with associated key name or null if no such Property exists.