Class Flag


  • public class Flag
    extends java.lang.Object
    A class with a unique value, used as the value of properties whose significance is purely whether or not they are present in the PropertyMap.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Flag PRESENT
      The unique value of this class.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PRESENT

        public static final Flag PRESENT
        The unique value of this class.