Class PrivatePropertyDescriptor


  • @Beta
    public class PrivatePropertyDescriptor
    extends java.lang.Object
    Object private field descriptor.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Private property name.
      RemoteObject getValue()
      The value associated with the private property.
      • Methods inherited from class java.lang.Object

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

      • PrivatePropertyDescriptor

        public PrivatePropertyDescriptor​(java.lang.String name,
                                         RemoteObject value)
    • Method Detail

      • getName

        public java.lang.String getName()
        Private property name.
      • getValue

        public RemoteObject getValue()
        The value associated with the private property.