Package com.ibm.di.connector.dpa.schema
Class PropertySetInstance
- java.lang.Object
-
- com.ibm.di.connector.dpa.schema.PropertySetInstance
-
public class PropertySetInstance extends java.lang.ObjectAn instance of this class contains values for all properties defined by the corresponding PropertySetDefinition.
-
-
Constructor Summary
Constructors Constructor Description PropertySetInstance(PropertySetDefinition definition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddProperty(java.lang.String name, java.lang.Object value)PropertySetDefinitiongetDefinition()java.lang.StringgetName()java.lang.ObjectgetProperty(java.lang.String propertyName)intgetPropertyCount()java.util.Set<java.lang.String>getPropertyNames()
-
-
-
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-
-
-