Package | Description |
---|---|
org.apache.openmeetings.db.dao.basic | |
org.apache.openmeetings.db.entity.basic |
Modifier and Type | Method and Description |
---|---|
Long |
ErrorDao.addErrorValues(Long id,
ErrorValue.Type type,
Long labelId) |
Long |
ErrorDao.getErrorValueById(ErrorValue.Type type,
Long labelId) |
Long |
ErrorDao.updateErrorValues(ErrorValue.Type type,
Long labelId) |
Modifier and Type | Method and Description |
---|---|
ErrorValue.Type |
ErrorValue.getType() |
static ErrorValue.Type |
ErrorValue.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorValue.Type[] |
ErrorValue.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ErrorValue.setType(ErrorValue.Type type) |
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.