Uses of Class
org.eclipse.persistence.logging.LogCategory
-
Packages that use LogCategory Package Description org.eclipse.persistence.logging -
-
Uses of LogCategory in org.eclipse.persistence.logging
Methods in org.eclipse.persistence.logging that return LogCategory Modifier and Type Method Description static LogCategoryLogCategory. toValue(String name)ReturnsLogCategoryobject holding the value of the specifiedString.static LogCategoryLogCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static LogCategory[]LogCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-