EclipseLink 2.1.2, build 'v20101206-r8635' API Reference

org.eclipse.persistence.sdo.helper
Class AttributeMimeTypePolicy

java.lang.Object
  extended by org.eclipse.persistence.sdo.helper.AttributeMimeTypePolicy
All Implemented Interfaces:
MimeTypePolicy

public class AttributeMimeTypePolicy
extends java.lang.Object
implements MimeTypePolicy


Constructor Summary
AttributeMimeTypePolicy(java.lang.String propertyName)
           
 
Method Summary
 java.lang.String getMimeType(java.lang.Object obj)
          return a MIME type string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeMimeTypePolicy

public AttributeMimeTypePolicy(java.lang.String propertyName)
Method Detail

getMimeType

public java.lang.String getMimeType(java.lang.Object obj)
Description copied from interface: MimeTypePolicy
return a MIME type string

Specified by:
getMimeType in interface MimeTypePolicy
Parameters:
obj - - fixed non-dynamic implementors will ignore this parameter
Returns:
String

EclipseLink 2.1.2, build 'v20101206-r8635' API Reference