@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface MediaPropertyContains
Labels a method as one used to test if an element is contained in an AAF-type set for the property of the given name. The labelled method should have a signature similar to:
public boolean contains<propertyName>(
<elementType> value)
Note that sometimes these methods are called is ... present rather than contains, but the effect is the same.
public abstract String value
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.