Uses of Class
org.eclipse.actf.model.dom.odf.ODFConstants.ContentType

Packages that use ODFConstants.ContentType
org.eclipse.actf.model.dom.odf   
org.eclipse.actf.model.dom.odf.base   
org.eclipse.actf.model.dom.odf.util   
 

Uses of ODFConstants.ContentType in org.eclipse.actf.model.dom.odf
 

Methods in org.eclipse.actf.model.dom.odf that return ODFConstants.ContentType
static ODFConstants.ContentType ODFConstants.ContentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ODFConstants.ContentType[] ODFConstants.ContentType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ODFConstants.ContentType in org.eclipse.actf.model.dom.odf.base
 

Methods in org.eclipse.actf.model.dom.odf.base that return ODFConstants.ContentType
 ODFConstants.ContentType ContentBaseElement.getContentType()
          Returns content type defined in ODFConstants.ContentType.
 

Uses of ODFConstants.ContentType in org.eclipse.actf.model.dom.odf.util
 

Methods in org.eclipse.actf.model.dom.odf.util that return ODFConstants.ContentType
static ODFConstants.ContentType ODFFileUtils.getODFFileType(String sUrl)