com.aptana.ide.editor.css.parsing
Class CSSMimeType

java.lang.Object
  extended by com.aptana.ide.editor.css.parsing.CSSMimeType

public class CSSMimeType
extends java.lang.Object

Author:
Kevin Lindsey

Field Summary
static java.lang.String MimeType
          The CSS MIME type
 
Constructor Summary
CSSMimeType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MimeType

public static final java.lang.String MimeType
The CSS MIME type

See Also:
Constant Field Values
Constructor Detail

CSSMimeType

public CSSMimeType()