- From: JOSE MANUEL CANTERA FONSECA <jmcf@tid.es>
- Date: Fri, 23 Nov 2007 17:12:12 +0100
- To: public-ddwg@w3.org
Received on Friday, 23 November 2007 16:12:24 UTC
Hi, Here goes the next code snippet: DDRPropertyValue value = ddr.getPropertyValue("supported_image_formats",key); DDREnumeration enumeration = value.getEnumeration(); if(enumeration.contains("cv:gif")) { System.out.println("GIF format is supported for images"); } Best Regards ---- José Manuel Cantera Fonseca Telefónica I+D
Received on Friday, 23 November 2007 16:12:24 UTC