Uses of Class
org.apache.openmeetings.db.dto.basic.ServiceResult.Type
-
Packages that use ServiceResult.Type Package Description org.apache.openmeetings.db.dto.basic -
-
Uses of ServiceResult.Type in org.apache.openmeetings.db.dto.basic
Methods in org.apache.openmeetings.db.dto.basic that return ServiceResult.Type Modifier and Type Method Description static ServiceResult.TypeServiceResult.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceResult.Type[]ServiceResult.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.openmeetings.db.dto.basic with parameters of type ServiceResult.Type Constructor Description ServiceResult(String message, ServiceResult.Type type)
-