org.richfaces.cdk.attributes
Interface ContainerType<V>

All Known Implementing Classes:
Attribute.Type, Element.Type, Schema.Type

public interface ContainerType<V>

Author:
Nick Belaevski

Method Summary
 java.util.Collection<V> getChildren()
           
 void setChildren(java.util.Collection<V> values)
           
 

Method Detail

getChildren

java.util.Collection<V> getChildren()

setChildren

void setChildren(java.util.Collection<V> values)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.