com.togethersoft.testing.shared
Interface ICategory

All Known Implementing Classes:
AssetCategory

public interface ICategory

Interface describes type of the asset. - Defines composite of string identifiers to recognize type of test elements.


Method Summary
 booleancontains(String identifier)
          Returns true if this category contains given identifier
 Enumerationidentifiers()
          Returns enumeration of all identifiers in this category

Method Detail

contains

public boolean contains(String identifier)
Returns true if this category contains given identifier

identifiers

public Enumeration identifiers()
Returns enumeration of all identifiers in this category