org.eu.sk.zero.acd
Class PropertyTypes

java.lang.Object
  |
  +--org.eu.sk.zero.acd.PropertyTypes

public class PropertyTypes
extends Object

Container for holding methods, triggers and types of values. These are generalised into property types and these are exactly the objects that fit into this container.

Version:
$Id: PropertyTypes.java,v 1.2 2003/04/10 16:00:09 robo Exp $
See Also:
Method, Trigger, ValueType

Constructor Summary
PropertyTypes()
          Creates a new empty container.
 
Method Summary
 void add(org.eu.sk.zero.acd.PropertyType val)
          Adds a property type to the container
 void add(org.eu.sk.zero.acd.PropertyType val, org.eu.sk.zero.acd.ComponentType m)
          Adds the given property type to the container.
 void addAll(Collection c)
          Adds the collection of property types into the container.
 void addAll(Collection c, org.eu.sk.zero.acd.ComponentType m)
          Adds the collection of property types into the container.
 Collection collection()
          Returns a collection of the property types
 Iterator iterator()
          Returns an iterator over the property types
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTypes

public PropertyTypes()
Creates a new empty container.

Method Detail

add

public void add(org.eu.sk.zero.acd.PropertyType val,
                org.eu.sk.zero.acd.ComponentType m)
Adds the given property type to the container.


add

public void add(org.eu.sk.zero.acd.PropertyType val)
Adds a property type to the container


addAll

public void addAll(Collection c,
                   org.eu.sk.zero.acd.ComponentType m)
Adds the collection of property types into the container.


addAll

public void addAll(Collection c)
Adds the collection of property types into the container.


collection

public Collection collection()
Returns a collection of the property types


iterator

public Iterator iterator()
Returns an iterator over the property types