net.sourceforge.czt.parser.circus
Enum CircusParseMessage
java.lang.Object
java.lang.Enum<CircusParseMessage>
net.sourceforge.czt.parser.circus.CircusParseMessage
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<CircusParseMessage>
public enum CircusParseMessage
- extends java.lang.Enum<CircusParseMessage>
|
Method Summary |
static CircusParseMessage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static CircusParseMessage[] |
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 |
MSG_NOT_IMPLEMENTED
public static final CircusParseMessage MSG_NOT_IMPLEMENTED
MSG_SETDISPLAY_NOTALLOWED_FORCHANNELSET
public static final CircusParseMessage MSG_SETDISPLAY_NOTALLOWED_FORCHANNELSET
MSG_REFEXPR_EXPECPTED_IN_BASICCHANNELSETEXPR_WARNING
public static final CircusParseMessage MSG_REFEXPR_EXPECPTED_IN_BASICCHANNELSETEXPR_WARNING
MSG_UNKNOWN_COMMUNICATION_PATTERN
public static final CircusParseMessage MSG_UNKNOWN_COMMUNICATION_PATTERN
MSG_UNBALANCED_LISTS
public static final CircusParseMessage MSG_UNBALANCED_LISTS
MSG_EMPTY_ASSIGNMENT
public static final CircusParseMessage MSG_EMPTY_ASSIGNMENT
MSG_INVALID_CHANNEL_RENAMING_EXPR
public static final CircusParseMessage MSG_INVALID_CHANNEL_RENAMING_EXPR
MSG_INVALID_BASICPROCESS_STATE_PARA
public static final CircusParseMessage MSG_INVALID_BASICPROCESS_STATE_PARA
MSG_UNKNOWN_REFINEMENT_MODEL
public static final CircusParseMessage MSG_UNKNOWN_REFINEMENT_MODEL
MSG_DUPLICATE_PROC_STATE_DECL
public static final CircusParseMessage MSG_DUPLICATE_PROC_STATE_DECL
MSG_CIRCUSENV_ERROR
public static final CircusParseMessage MSG_CIRCUSENV_ERROR
MSG_CHANDECL_ERROR
public static final CircusParseMessage MSG_CHANDECL_ERROR
MSG_CHANFROMDECL_ERROR
public static final CircusParseMessage MSG_CHANFROMDECL_ERROR
MSG_CHANNELSET_EXPR_ERROR
public static final CircusParseMessage MSG_CHANNELSET_EXPR_ERROR
MSG_CHANNELSET_MISSING_NAME_ERROR
public static final CircusParseMessage MSG_CHANNELSET_MISSING_NAME_ERROR
MSG_CHANNELSET_MISSING_DEFEQUAL_ERROR
public static final CircusParseMessage MSG_CHANNELSET_MISSING_DEFEQUAL_ERROR
MSG_CHANNELSET_ERROR
public static final CircusParseMessage MSG_CHANNELSET_ERROR
MSG_PROCESSPARA_DESC_ERROR
public static final CircusParseMessage MSG_PROCESSPARA_DESC_ERROR
MSG_PROCESSPARA_MISSING_CIRCDEF_ERROR
public static final CircusParseMessage MSG_PROCESSPARA_MISSING_CIRCDEF_ERROR
MSG_PROCESSPARA_MISSING_NAME_ERROR
public static final CircusParseMessage MSG_PROCESSPARA_MISSING_NAME_ERROR
MSG_DUPLICATED_BASIC_PROCESS_STATE
public static final CircusParseMessage MSG_DUPLICATED_BASIC_PROCESS_STATE
MSG_FAIL_CHECK_INNER_PROC_ELEM_BASIC_PROC_SCOPE
public static final CircusParseMessage MSG_FAIL_CHECK_INNER_PROC_ELEM_BASIC_PROC_SCOPE
MSG_INVALID_BASIC_PROCESS_SCOPE_WARNING
public static final CircusParseMessage MSG_INVALID_BASIC_PROCESS_SCOPE_WARNING
MSG_DUPlICATED_BASIC_PROCESS_SCOPE
public static final CircusParseMessage MSG_DUPlICATED_BASIC_PROCESS_SCOPE
MSG_MISSING_BASIC_PROCESS_CIRCEND
public static final CircusParseMessage MSG_MISSING_BASIC_PROCESS_CIRCEND
MSG_OUTSITE_BASIC_PROCESS_SCOPE_WARNING
public static final CircusParseMessage MSG_OUTSITE_BASIC_PROCESS_SCOPE_WARNING
MSG_PROCESS_PARA_NAME_MISMATCH_FOR_CIRCEND_WARNIING
public static final CircusParseMessage MSG_PROCESS_PARA_NAME_MISMATCH_FOR_CIRCEND_WARNIING
MSG_INVALID_MULTIENV_BASIC_PROCESS_CIRCEND
public static final CircusParseMessage MSG_INVALID_MULTIENV_BASIC_PROCESS_CIRCEND
MSG_INVALID_INNER_PROCESS_PARA
public static final CircusParseMessage MSG_INVALID_INNER_PROCESS_PARA
MSG_INVALID_CIRCUS_PARA_IN_ZED
public static final CircusParseMessage MSG_INVALID_CIRCUS_PARA_IN_ZED
MSG_CHANNEL_TYPE_ERROR
public static final CircusParseMessage MSG_CHANNEL_TYPE_ERROR
values
public static CircusParseMessage[] 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 (CircusParseMessage c : CircusParseMessage.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static CircusParseMessage 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
Copyright © 2003-2007 Community Z Tools Project. All Rights Reserved.