Class NSItemProviderRepresentationVisibility


  • public final class NSItemProviderRepresentationVisibility
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long All
      All processes can see this representation
      static long OwnProcess
      Ony the originator's process can see this representation
      static long Team
      Only processes from the same dev team can see this representation
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • All

        public static final long All
        All processes can see this representation
        See Also:
        Constant Field Values
      • Team

        public static final long Team
        Only processes from the same dev team can see this representation
        See Also:
        Constant Field Values
      • OwnProcess

        public static final long OwnProcess
        Ony the originator's process can see this representation
        See Also:
        Constant Field Values