Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

com.coasttocoastresearch.examples
Enum Main.Tests

java.lang.Object
  extended by java.lang.Enum<Main.Tests>
      extended by com.coasttocoastresearch.examples.Main.Tests
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Main.Tests>
Enclosing class:
Main

public static enum Main.Tests
extends java.lang.Enum<Main.Tests>


Enum Constant Summary
ALL
           
ANBN
           
ANBNCN
           
DEMO_AST
           
DEMO_AST_CALLBACK
           
DEMO_TRACE
           
DEMO_UDT_ALT
           
DEMO_UDT_AST
           
DEMOS
           
EXPRESSIONS
           
INIFILE
           
MAILBOX
           
TIMING
           
UDTLIB_ALPHANUM
           
UDTLIB_ANY
           
UDTLIB_COMMENT
           
UDTLIB_COMMENT_C
           
UDTLIB_COMMENT_CPP
           
UDTLIB_COMMENT_SEMI
           
UDTLIB_DECNUM
           
UDTLIB_HEXNUM
           
UDTLIB_LINEEND
           
UDTLIB_LINEEND_CRLF
           
UDTLIB_LINEEND_FORGIVING
           
UDTLIB_LINEEND_LF
           
UDTLIB_QUOTED_STRING
           
UDTLIB_WSP
           
UDTLIB_WSP_CF
           
UDTLIB_WSP_COMMENTS
           
UDTLIB_WSP_FC
           
UDTLIB_WSP_FOLDING
           
 
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

ALL

public static final Main.Tests ALL

ANBN

public static final Main.Tests ANBN

ANBNCN

public static final Main.Tests ANBNCN

DEMO_AST

public static final Main.Tests DEMO_AST

DEMO_AST_CALLBACK

public static final Main.Tests DEMO_AST_CALLBACK

DEMO_TRACE

public static final Main.Tests DEMO_TRACE

DEMO_UDT_ALT

public static final Main.Tests DEMO_UDT_ALT

DEMO_UDT_AST

public static final Main.Tests DEMO_UDT_AST

DEMOS

public static final Main.Tests DEMOS

EXPRESSIONS

public static final Main.Tests EXPRESSIONS

INIFILE

public static final Main.Tests INIFILE

MAILBOX

public static final Main.Tests MAILBOX

TIMING

public static final Main.Tests TIMING

UDTLIB_ALPHANUM

public static final Main.Tests UDTLIB_ALPHANUM

UDTLIB_ANY

public static final Main.Tests UDTLIB_ANY

UDTLIB_COMMENT

public static final Main.Tests UDTLIB_COMMENT

UDTLIB_COMMENT_C

public static final Main.Tests UDTLIB_COMMENT_C

UDTLIB_COMMENT_CPP

public static final Main.Tests UDTLIB_COMMENT_CPP

UDTLIB_COMMENT_SEMI

public static final Main.Tests UDTLIB_COMMENT_SEMI

UDTLIB_DECNUM

public static final Main.Tests UDTLIB_DECNUM

UDTLIB_HEXNUM

public static final Main.Tests UDTLIB_HEXNUM

UDTLIB_LINEEND

public static final Main.Tests UDTLIB_LINEEND

UDTLIB_LINEEND_CRLF

public static final Main.Tests UDTLIB_LINEEND_CRLF

UDTLIB_LINEEND_FORGIVING

public static final Main.Tests UDTLIB_LINEEND_FORGIVING

UDTLIB_LINEEND_LF

public static final Main.Tests UDTLIB_LINEEND_LF

UDTLIB_QUOTED_STRING

public static final Main.Tests UDTLIB_QUOTED_STRING

UDTLIB_WSP

public static final Main.Tests UDTLIB_WSP

UDTLIB_WSP_CF

public static final Main.Tests UDTLIB_WSP_CF

UDTLIB_WSP_COMMENTS

public static final Main.Tests UDTLIB_WSP_COMMENTS

UDTLIB_WSP_FC

public static final Main.Tests UDTLIB_WSP_FC

UDTLIB_WSP_FOLDING

public static final Main.Tests UDTLIB_WSP_FOLDING
Method Detail

getDescription

public java.lang.String getDescription()

getName

public java.lang.String getName()

getReps

public int getReps()

valueOf

public static Main.Tests valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

values

public static Main.Tests[] 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 (Main.Tests c : Main.Tests.values())
    System.out.println(c);

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

Java APG, Version 1.0
Author Lowell D. Thomas
Copyright © Coast to Coast Research, Inc. 2011

Licence Notification

All the software in this distribution is free software:
you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program in the COPYING file. If not, see GPL, Version 2
or GPL, Version 3 or write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.