|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<RGSolution.TEXT_OUTPUT_TYPE>
edu.princeton.repeatedgames.rgsolve.RGSolution.TEXT_OUTPUT_TYPE
public static enum RGSolution.TEXT_OUTPUT_TYPE
enum for formatting of V* as text table
Enum Constant Summary | |
---|---|
COMMA
table with comma character as delimiter |
|
LATEX
table formatted for inclusion in TeX file |
|
SPACE
table with space character as delimiter |
|
TAB
table with tab character as delimiter |
|
TEXT_FMT
table formatted as text |
Method Summary | |
---|---|
static RGSolution.TEXT_OUTPUT_TYPE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RGSolution.TEXT_OUTPUT_TYPE[] |
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 |
---|
public static final RGSolution.TEXT_OUTPUT_TYPE TEXT_FMT
public static final RGSolution.TEXT_OUTPUT_TYPE LATEX
public static final RGSolution.TEXT_OUTPUT_TYPE COMMA
public static final RGSolution.TEXT_OUTPUT_TYPE TAB
public static final RGSolution.TEXT_OUTPUT_TYPE SPACE
Method Detail |
---|
public static RGSolution.TEXT_OUTPUT_TYPE[] values()
for (RGSolution.TEXT_OUTPUT_TYPE c : RGSolution.TEXT_OUTPUT_TYPE.values()) System.out.println(c);
public static RGSolution.TEXT_OUTPUT_TYPE valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |