|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.domain2d.rbdg.xml.types.FormatType
| Field Summary | |
static FormatType |
GIF
The instance of the GIF type |
static int |
GIF_TYPE
The GIF type |
static FormatType |
JPG
The instance of the JPG type |
static int |
JPG_TYPE
The JPG type |
static FormatType |
SVG
The instance of the SVG type |
static int |
SVG_TYPE
The SVG type |
| Method Summary | |
static java.util.Enumeration |
enumerate()
Returns an enumeration of all possible instances of FormatTyp |
int |
getType()
Returns the type of this FormatType |
java.lang.String |
toString()
Returns the String representation of this FormatType |
static FormatType |
valueOf(java.lang.String string)
Returns a new FormatType based on the given String value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int GIF_TYPE
public static final FormatType GIF
public static final int JPG_TYPE
public static final FormatType JPG
public static final int SVG_TYPE
public static final FormatType SVG
| Method Detail |
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic static FormatType valueOf(java.lang.String string)
string -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||