org.simantics.databoard.annotations
Class MIMETypeImpl

java.lang.Object
  extended by org.simantics.databoard.annotations.MIMETypeImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, MIMEType

public class MIMETypeImpl
extends java.lang.Object
implements MIMEType


Constructor Summary
MIMETypeImpl(java.lang.String str)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String value()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
toString
 

Constructor Detail

MIMETypeImpl

public MIMETypeImpl(java.lang.String str)
Method Detail

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

value

public java.lang.String value()

hashCode

public int hashCode()
Specified by:
hashCode in interface java.lang.annotation.Annotation
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface java.lang.annotation.Annotation
Overrides:
equals in class java.lang.Object