jpicedt
Enum MiscUtilities.ContentTypeBasics
java.lang.Object
java.lang.Enum<MiscUtilities.ContentTypeBasics>
jpicedt.MiscUtilities.ContentTypeBasics
- All Implemented Interfaces:
- Serializable, Comparable<MiscUtilities.ContentTypeBasics>
- Enclosing class:
- MiscUtilities
public static enum MiscUtilities.ContentTypeBasics
- extends Enum<MiscUtilities.ContentTypeBasics>
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
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()
Submit a bug : syd@jpicedt.org