| | |
| | | |
| | | /** |
| | | * The message ID for the message that will be used if an attempt is made to |
| | | * increment an attribute that does not exist. This takes a single argument, |
| | | * which is the name of the attribute. |
| | | */ |
| | | public static final int MSGID_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE = |
| | | CATEGORY_MASK_CORE | SEVERITY_MASK_MILD_ERROR | 562; |
| | | |
| | | |
| | | |
| | | /** |
| | | * The message ID for the message that will be used if an attempt is made to |
| | | * increment an attribute that has multiple values. This takes a single |
| | | * argument, which is the name of the attribute. |
| | | */ |
| | |
| | | |
| | | |
| | | /** |
| | | * The message ID for the message that will be used if an attempt is made to |
| | | * increment an attribute that does not exist. This takes a single argument, |
| | | * which is the name of the attribute. |
| | | */ |
| | | public static final int MSGID_ENTRY_INCREMENT_NO_SUCH_ATTRIBUTE = |
| | | CATEGORY_MASK_CORE | SEVERITY_MASK_MILD_ERROR | 568; |
| | | |
| | | |
| | | |
| | | /** |
| | | * Associates a set of generic messages with the message IDs defined |
| | | * in this class. |
| | | */ |