public enum Msg extends Enum<Msg>
| Modifier and Type | Method and Description |
|---|---|
String |
getShortname() |
static Msg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Msg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Msg BKM_MISSING_EXPR
public static final Msg BKM_MISSING_VAR
public static final Msg CONTEXT_DUP_ENTRY
public static final Msg CONTEXT_ENTRY_NOTYPEREF
public static final Msg DECISION_MISSING_EXPR
public static final Msg DECISION_MISSING_VAR
public static final Msg DRGELEM_NOT_UNIQUE
public static final Msg DTABLE_MULTIPLEOUT_NAME
public static final Msg DTABLE_MULTIPLEOUT_TYPEREF
public static final Msg DTABLE_PRIORITY_MISSING_OUTVALS
public static final Msg DTABLE_SINGLEOUT_NONAME
public static final Msg DTABLE_SINGLEOUT_NOTYPEREF
public static final Msg ELEMREF_MISSING_TARGET
public static final Msg ELEMREF_NOHASH
public static final Msg FAILED_VALIDATOR
public static final Msg FAILED_XML_VALIDATION
public static final Msg FORMAL_PARAM_DUPLICATED
public static final Msg INPUTDATA_MISSING_VAR
public static final Msg INVOCATION_INCONSISTENT_PARAM_NAMES
public static final Msg INVOCATION_MISSING_TARGET
public static final Msg INVOCATION_WRONG_PARAM_COUNT
public static final Msg ITEMCOMP_DUPLICATED
public static final Msg ITEMDEF_NOT_UNIQUE
public static final Msg NAME_INVALID
public static final Msg RELATION_DUP_COLUMN
public static final Msg RELATION_ROW_CELL_NOTLITERAL
public static final Msg RELATION_ROW_CELLCOUNTMISMATCH
public static final Msg REQAUTH_NOT_KNOWLEDGESOURCE
public static final Msg TYPEREF_NO_FEEL_TYPE
public static final Msg TYPEREF_NOT_FEEL_NOT_DEF
public static Msg[] values()
for (Msg c : Msg.values()) System.out.println(c);
public static Msg valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getShortname()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.