Class FontWeight

  • Direct Known Subclasses:
    FontWeight.UNKNOWN__

    public class FontWeight
    extends java.lang.Object
    Font weight
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FontWeight.UNKNOWN__
      An enum value that wasn't known at compile time.
    • Constructor Summary

      Constructors 
      Constructor Description
      FontWeight​(java.lang.String rawValue)  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static FontWeight safeValueOf​(java.lang.String rawValue)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • type

        public static com.apollographql.apollo3.api.EnumType type
      • rawValue

        public java.lang.String rawValue
    • Constructor Detail

      • FontWeight

        public FontWeight​(java.lang.String rawValue)
    • Method Detail

      • safeValueOf

        public static FontWeight safeValueOf​(java.lang.String rawValue)