Class FormResourceEdit.CommonAndPartial

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Set<java.lang.String> common
      Common values, present in all multi-value properties.
      java.util.Set<java.lang.String> partial
      Partial values, present only in one or a few multi-value properties, but not in all.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • common

        public java.util.Set<java.lang.String> common
        Common values, present in all multi-value properties.
      • partial

        public java.util.Set<java.lang.String> partial
        Partial values, present only in one or a few multi-value properties, but not in all.
    • Constructor Detail

      • CommonAndPartial

        public CommonAndPartial()