http://www.jpicedt.org

jpicedt
Enum MiscUtilities.ContentTypeBasics

java.lang.Object
  extended by java.lang.Enum<MiscUtilities.ContentTypeBasics>
      extended by jpicedt.MiscUtilities.ContentTypeBasics
All Implemented Interfaces:
Serializable, Comparable<MiscUtilities.ContentTypeBasics>
Enclosing class:
MiscUtilities

public static enum MiscUtilities.ContentTypeBasics
extends Enum<MiscUtilities.ContentTypeBasics>


Enum Constant Summary
DXF
           
EEPIC
           
LATEX
           
PSTRICKS
           
TIKZ
           
 
Method Summary
 String getClassName()
           
 String getContentTypeName()
           
 String getFileExtentions()
           
static MiscUtilities.ContentTypeBasics valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MiscUtilities.ContentTypeBasics[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

LATEX

public static final MiscUtilities.ContentTypeBasics LATEX

EEPIC

public static final MiscUtilities.ContentTypeBasics EEPIC

PSTRICKS

public static final MiscUtilities.ContentTypeBasics PSTRICKS

TIKZ

public static final MiscUtilities.ContentTypeBasics TIKZ

DXF

public static final MiscUtilities.ContentTypeBasics DXF
Method Detail

values

public static MiscUtilities.ContentTypeBasics[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (MiscUtilities.ContentTypeBasics c : MiscUtilities.ContentTypeBasics.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MiscUtilities.ContentTypeBasics valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getClassName

public String getClassName()

getContentTypeName

public String getContentTypeName()

getFileExtentions

public String getFileExtentions()

http://www.jpicedt.org

Submit a bug : syd@jpicedt.org