Class DocumentUpdateFlags


  • public class DocumentUpdateFlags
    extends java.lang.Object
    Class used to represent up to 4 flags used in a DocumentUpdate. These flags are stored as the 4 most significant bits in a 32 bit integer. Flags currently used: 0) create-if-non-existent.
    Author:
    geirst
    • Constructor Detail

      • DocumentUpdateFlags

        public DocumentUpdateFlags()
    • Method Detail

      • getCreateIfNonExistent

        public boolean getCreateIfNonExistent()
      • setCreateIfNonExistent

        public void setCreateIfNonExistent​(boolean value)
      • injectInto

        public int injectInto​(int value)
      • extractValue

        public static int extractValue​(int combined)