You want something like Java 5 generics... sorry to say Actionscript does not have it, so you are stuck with type-casting the members of your collection.
Here's a link to an article that outlines the differences between Java 5 and Actionscript: http://www.artima.com/lejava/articles/actionscript.html --- In flexcoders@yahoogroups.com, Nick Middleweek <n...@...> wrote: > > Hello, > > Is it possible to specifc a class property to be an ArrayCollection of a > certain Interface rather than just an ArrayCollection? > > > Thanks, > Nick >