Class AnnotFlag


  • class AnnotFlag
    extends Flag
    • Constructor Summary

      Constructors 
      Constructor Description
      AnnotFlag​(COSDictionary annotDictionary)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) java.lang.Object[][] getFlagBits()  
      (package private) java.lang.String getFlagType()  
      (package private) java.lang.String getFlagValue()  
      • Methods inherited from class java.lang.Object

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

    • Constructor Detail

      • AnnotFlag

        AnnotFlag​(COSDictionary annotDictionary)
        Constructor
        Parameters:
        annotDictionary - COSDictionary instance
    • Method Detail

      • getFlagType

        java.lang.String getFlagType()
        Specified by:
        getFlagType in class Flag
      • getFlagValue

        java.lang.String getFlagValue()
        Specified by:
        getFlagValue in class Flag
      • getFlagBits

        java.lang.Object[][] getFlagBits()
        Specified by:
        getFlagBits in class Flag