org.opencrx.kernel.home1.cci2
Interface CalendarProfileContainsCalendarFeed.CalendarFeed<E>

All Superinterfaces:
Collection<E>, Container<E>, Iterable<E>
Enclosing interface:
CalendarProfileContainsCalendarFeed

public static interface CalendarProfileContainsCalendarFeed.CalendarFeed<E>
extends Container<E>

Association End Interface calendarFeed


Method Summary
 void add(QualifierType idType, String id, E calendarFeed)
           
 E get(QualifierType idType, String id)
           
 void remove(QualifierType idType, String id)
           
 
Methods inherited from interface org.w3c.cci2.Container
getAll, removeAll
 
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Method Detail

get

E get(QualifierType idType,
      String id)

add

void add(QualifierType idType,
         String id,
         E calendarFeed)

remove

void remove(QualifierType idType,
            String id)


This software is published under the BSD license. Copyright © 2003-2009, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.