Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

oracle.ide.model
Class ContentType

java.lang.Object
  extended by oracle.ide.util.Enum
      extended by oracle.ide.model.ContentType
All Implemented Interfaces:
java.lang.Comparable

public final class ContentType
extends Enum

Type-safe enumeration class for document content types related to file extensions, associated by the DefaultRecognizer.


Field Summary
static ContentType BINARY
          BINARY identifies file extensions registered with a binary content type.
static ContentType TEXT
          TEXT identifies file extensions registered with a textual content type.
 
Fields inherited from class oracle.ide.util.Enum
_name, _ordinal
 
Method Summary
static ContentType valueOf(java.lang.String name)
           
static ContentType[] values()
           
 
Methods inherited from class oracle.ide.util.Enum
clone, compareTo, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TEXT

public static final ContentType TEXT
TEXT identifies file extensions registered with a textual content type.


BINARY

public static final ContentType BINARY
BINARY identifies file extensions registered with a binary content type.

Method Detail

valueOf

public static final ContentType valueOf(java.lang.String name)

values

public static final ContentType[] values()

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.1.0)

E17493-02

Copyright © 1997, 2011, Oracle. All rights reserved.