com.ibm.di.connector.dpa.schema
Class PropertySetInstance

java.lang.Object
  extended by com.ibm.di.connector.dpa.schema.PropertySetInstance

public class PropertySetInstance
extends java.lang.Object

An instance of this class contains values for all properties defined by the corresponding PropertySetDefinition.


Constructor Summary
PropertySetInstance(PropertySetDefinition definition)
           
 
Method Summary
 void addProperty(java.lang.String name, java.lang.Object value)
           
 PropertySetDefinition getDefinition()
           
 java.lang.String getName()
           
 java.lang.Object getProperty(java.lang.String propertyName)
           
 int getPropertyCount()
           
 java.util.Set<java.lang.String> getPropertyNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetInstance

public PropertySetInstance(PropertySetDefinition definition)
Parameters:
definition -
Method Detail

getDefinition

public PropertySetDefinition getDefinition()
Returns:
PropertySetDefinition

getName

public java.lang.String getName()
Returns:
String

getPropertyCount

public int getPropertyCount()
Returns:
int

getPropertyNames

public java.util.Set<java.lang.String> getPropertyNames()
Returns:
Set

getProperty

public java.lang.Object getProperty(java.lang.String propertyName)
Parameters:
propertyName -
Returns:
Object

addProperty

public void addProperty(java.lang.String name,
                        java.lang.Object value)
Parameters:
name -
value -