net.sourceforge.demetrix.properties
Interface DemetrixPropertiesHolder

All Known Implementing Classes:
DemetrixPropertiesStorage, JavaBeanBasedDemetrixPropertiesHolder, Link, Resource, Task

public interface DemetrixPropertiesHolder

Author:
Dimitri Pissarenko *

Method Summary
 void addProperty(DemetrixProperty property)
           
 Iterator getAllProperties()
           
 Enumeration getAllPropertyNames()
           
 DemetrixPropertiesHolder getPropertiesStorage()
           
 DemetrixProperty getProperty(String name)
           
 

Method Detail

getAllProperties

public Iterator getAllProperties()

addProperty

public void addProperty(DemetrixProperty property)

getProperty

public DemetrixProperty getProperty(String name)

getAllPropertyNames

public Enumeration getAllPropertyNames()

getPropertiesStorage

public DemetrixPropertiesHolder getPropertiesStorage()