public class ObjectPropertyDescriptor<THIS>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
ObjectPropertyDescriptor.GetCallbackFn |
static interface |
ObjectPropertyDescriptor.SetCallbackFn |
Modifier and Type | Field and Description |
---|---|
boolean |
configurable |
boolean |
enumerable |
ObjectPropertyDescriptor.GetCallbackFn |
get |
ObjectPropertyDescriptor.SetCallbackFn |
set |
java.lang.Object |
value |
boolean |
writable |
Constructor and Description |
---|
ObjectPropertyDescriptor() |
public boolean configurable
public boolean enumerable
public ObjectPropertyDescriptor.GetCallbackFn get
public ObjectPropertyDescriptor.SetCallbackFn set
public java.lang.Object value
public boolean writable