public class PropertyWrapper extends MBScriptableObject implements org.mozilla.javascript.Wrapper
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)
Initializes a newly created
PropertyWrapper object. |
java.lang.String |
(JavaScript Function) getFieldType()
Gets the field type of the Property.
|
java.lang.String |
(JavaScript Function) getFieldValidator()
Gets the field type of the Property.
|
boolean |
(JavaScript Function) isContainer()
Is this field a container-type field which can take multiple values?
|
java.lang.String |
(JavaScript Getter) fieldId()
Gets the field id.
|
java.lang.String |
(JavaScript Getter) mappedName()
Returns the mapped name, if known
|
java.lang.String |
(JavaScript Getter) mappedNamespace()
Returns the mapped namespace, if known
|
java.lang.String |
(JavaScript Getter) name()
Returns the field name.
|
java.lang.String |
(JavaScript Getter) namespace()
Returns the field namespace.
|
associateValue, avoidObjectDetection, callMethod, callMethod, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineFunctionProperties, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, get, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassName, getClassPrototype, getDefaultValue, getDefaultValue, getExternalArrayData, getExternalArrayLength, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getTopLevelScope, getTopScopeValue, getTypedProperty, getTypedProperty, getTypeOf, has, has, hasInstance, hasProperty, hasProperty, isConst, isEmpty, isExtensible, isSealed, preventExtensions, put, put, putConst, putConstProperty, putProperty, putProperty, redefineProperty, sealObject, 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)
PropertyWrapper
object.public java.lang.String (JavaScript Getter) namespace()
public java.lang.String (JavaScript Getter) mappedNamespace()
public java.lang.String (JavaScript Getter) name()
public java.lang.String (JavaScript Getter) mappedName()
public java.lang.String (JavaScript Getter) fieldId()
public boolean (JavaScript Function) isContainer()
public java.lang.String (JavaScript Function) getFieldType()
public java.lang.String (JavaScript Function) getFieldValidator()
Copyright © 2017 MediaBeacon, Inc. All Rights Reserved.