public class PropertyWrapper extends MBScriptableObject implements org.mozilla.javascript.Wrapper
myLogger
Constructor and Description |
---|
PropertyWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
jsConstructor(java.lang.String theUri,
java.lang.String theName,
java.lang.String theMappedNamespace,
java.lang.String theMappedName,
java.lang.String theDictionaryName,
java.lang.String theDataBlockSchema)
Initializes a newly created
PropertyWrapper object. |
java.lang.String |
jsFunction_getFieldType()
Gets the field type of the Property.
|
java.lang.String |
jsFunction_getFieldValidator()
Gets the field type of the Property.
|
boolean |
jsFunction_isContainer()
Is this field a container-type field which can take multiple values?
|
java.lang.String |
jsGet_dataBlockSchema()
Returns the datablock schema, if known
|
java.lang.String |
jsGet_dictionaryName()
Returns the dictionary name, if known
|
java.lang.String |
jsGet_fieldId()
Gets the field id.
|
java.lang.String |
jsGet_mappedName()
Returns the mapped name, if known
|
java.lang.String |
jsGet_mappedNamespace()
Returns the mapped namespace, if known
|
java.lang.String |
jsGet_name()
Returns the field name.
|
java.lang.String |
jsGet_namespace()
Returns the field namespace.
|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, checkPropertyChange, checkPropertyDefinition, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, ensureSymbolScriptable, equivalentValues, get, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGeneratorFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, has, hasInstance, hasProperty, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, preventExtensions, put, put, put, putConst, putConstProperty, putProperty, putProperty, putProperty, redefineProperty, sameValue, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setAttributes, setExternalArrayData, setGetterOrSetter, setParentScope, setPrototype, size
public void jsConstructor(java.lang.String theUri, java.lang.String theName, java.lang.String theMappedNamespace, java.lang.String theMappedName, java.lang.String theDictionaryName, java.lang.String theDataBlockSchema)
PropertyWrapper
object.public java.lang.String jsGet_namespace()
public java.lang.String jsGet_mappedNamespace()
public java.lang.String jsGet_name()
public java.lang.String jsGet_mappedName()
public java.lang.String jsGet_dictionaryName()
public java.lang.String jsGet_dataBlockSchema()
public java.lang.String jsGet_fieldId()
public boolean jsFunction_isContainer()
public java.lang.String jsFunction_getFieldType()
public java.lang.String jsFunction_getFieldValidator()
Copyright © 2023 MediaBeacon, Inc. All Rights Reserved.