Package csw.logging.client.commons
Class Category.Gc$
- java.lang.Object
-
- csw.logging.client.commons.Category
-
- csw.logging.client.commons.Category.Gc$
-
- All Implemented Interfaces:
enumeratum.EnumEntry
,enumeratum.EnumEntry.Lowercase
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing class:
- Category
public static class Category.Gc$ extends Category implements scala.Product, scala.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class csw.logging.client.commons.Category
Category.Common$, Category.Gc$, Category.Time$
-
Nested classes/interfaces inherited from interface enumeratum.EnumEntry
enumeratum.EnumEntry.Camelcase, enumeratum.EnumEntry.CapitalDotcase, enumeratum.EnumEntry.CapitalHyphencase, enumeratum.EnumEntry.CapitalSnakecase, enumeratum.EnumEntry.CapitalWords, enumeratum.EnumEntry.Dotcase, enumeratum.EnumEntry.EnumEntryOps<A extends enumeratum.EnumEntry>, enumeratum.EnumEntry.EnumEntryOps$, enumeratum.EnumEntry.Hyphencase, enumeratum.EnumEntry.LowerCamelcase, enumeratum.EnumEntry.Lowercase, enumeratum.EnumEntry.Snakecase, enumeratum.EnumEntry.Uncapitalised, enumeratum.EnumEntry.Uppercase, enumeratum.EnumEntry.UpperDotcase, enumeratum.EnumEntry.UpperHyphencase, enumeratum.EnumEntry.UpperSnakecase, enumeratum.EnumEntry.UpperWords, enumeratum.EnumEntry.Words
-
-
Field Summary
Fields Modifier and Type Field Description static Category.Gc$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description Gc$()
-
Method Summary
-
Methods inherited from class csw.logging.client.commons.Category
entryName, enumeratum$EnumEntry$$stableEntryName, enumeratum$EnumEntry$Lowercase$$stableEntryName, lowerCaseNamesToValuesMap, name, namesToValuesMap, upperCaseNameValuesToMap, values, valuesToIndex
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
MODULE$
public static final Category.Gc$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-