|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<Main.Tests>
com.coasttocoastresearch.examples.Main.Tests
public static enum Main.Tests
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
|
java.lang.String |
getName()
|
int |
getReps()
|
static Main.Tests |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Main.Tests[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, 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 Main.Tests ALL
public static final Main.Tests ANBN
public static final Main.Tests ANBNCN
public static final Main.Tests DEMO_AST
public static final Main.Tests DEMO_AST_CALLBACK
public static final Main.Tests DEMO_TRACE
public static final Main.Tests DEMO_UDT_ALT
public static final Main.Tests DEMO_UDT_AST
public static final Main.Tests DEMOS
public static final Main.Tests EXPRESSIONS
public static final Main.Tests INIFILE
public static final Main.Tests MAILBOX
public static final Main.Tests TIMING
public static final Main.Tests UDTLIB_ALPHANUM
public static final Main.Tests UDTLIB_ANY
public static final Main.Tests UDTLIB_COMMENT
public static final Main.Tests UDTLIB_COMMENT_C
public static final Main.Tests UDTLIB_COMMENT_CPP
public static final Main.Tests UDTLIB_COMMENT_SEMI
public static final Main.Tests UDTLIB_DECNUM
public static final Main.Tests UDTLIB_HEXNUM
public static final Main.Tests UDTLIB_LINEEND
public static final Main.Tests UDTLIB_LINEEND_CRLF
public static final Main.Tests UDTLIB_LINEEND_FORGIVING
public static final Main.Tests UDTLIB_LINEEND_LF
public static final Main.Tests UDTLIB_QUOTED_STRING
public static final Main.Tests UDTLIB_WSP
public static final Main.Tests UDTLIB_WSP_CF
public static final Main.Tests UDTLIB_WSP_COMMENTS
public static final Main.Tests UDTLIB_WSP_FC
public static final Main.Tests UDTLIB_WSP_FOLDING
| Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getName()
public int getReps()
public static Main.Tests 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 nullpublic static Main.Tests[] values()
for (Main.Tests c : Main.Tests.values()) System.out.println(c);
|
Java APG, Version 1.0 Author Lowell D. Thomas Copyright © Coast to Coast Research, Inc. 2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||