org.opencrx.security.identity1.cci2
Interface SegmentContainsSubject.Subject<E>

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

public static interface SegmentContainsSubject.Subject<E>
extends Container<E>

Association End Interface subject


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

Method Detail

get

E get(QualifierType nameType,
      String name)

add

void add(QualifierType nameType,
         String name,
         E subject)

remove

void remove(QualifierType nameType,
            String name)


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