JAXB
v0.21

javax.xml.bind
Interface PredicatedLists.Predicate

Enclosing class:
PredicatedLists

public static interface PredicatedLists.Predicate

A predicate for a predicated list.

See Also:
PredicatedLists

Method Summary
 void check(Object ob)
          Checks that this predicate holds for the given object.
 

Method Detail

check

public void check(Object ob)
Checks that this predicate holds for the given object.

Throws:
RuntimeException - If the given object violates this predicate

JAXB
v0.21


Comments to: jaxb-comments@java.sun.com
More information at: http://java.sun.com/xml/jaxb

Copyright © 2001 by Sun Microsystems, Inc., 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.