Class InternalPropertyDescriptor


  • public class InternalPropertyDescriptor
    extends java.lang.Object
    Object internal property descriptor. This property isn't normally visible in JavaScript code.
    • Method Summary

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

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

      • InternalPropertyDescriptor

        public InternalPropertyDescriptor​(java.lang.String name,
                                          java.util.Optional<RemoteObject> value)
    • Method Detail

      • getName

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

        public java.util.Optional<RemoteObject> getValue()
        The value associated with the property.