Package io.stigg.api.operations.type
Class FontWeight.UNKNOWN__
- java.lang.Object
-
- io.stigg.api.operations.type.FontWeight
-
- io.stigg.api.operations.type.FontWeight.UNKNOWN__
-
- Enclosing class:
- FontWeight
public static class FontWeight.UNKNOWN__ extends FontWeight
An enum value that wasn't known at compile time.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.stigg.api.operations.type.FontWeight
FontWeight.UNKNOWN__
-
-
Field Summary
-
Fields inherited from class io.stigg.api.operations.type.FontWeight
BOLD, NORMAL, rawValue, type
-
-
Constructor Summary
Constructors Constructor Description UNKNOWN__(java.lang.String rawValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)inthashCode()java.lang.StringtoString()-
Methods inherited from class io.stigg.api.operations.type.FontWeight
safeValueOf
-
-