public class SeqWrapper extends CollectionWrapper
myDelegate, myType
myLogger
Constructor and Description |
---|
SeqWrapper() |
Modifier and Type | Method and Description |
---|---|
SeqWrapper |
jsFunction_add(int theIndex,
java.lang.Object theItem)
Deprecated.
use com.brightech.xmp.js.SeqWrapper#jsFunction_addItemAt(int, java.lang.Object)
|
SeqWrapper |
jsFunction_addItemAt(int theIndex,
java.lang.Object theItem)
Adds the item to the Seq at the specified index.
|
java.lang.Object |
jsFunction_getItemAt(int theIndex)
Get the item at the given index.
|
SeqWrapper |
jsFunction_removeItem(int theIndex)
Deprecated.
use com.brightech.xmp.js.SeqWrapper#jsFunction_removeItemAt(int)
|
SeqWrapper |
jsFunction_removeItemAt(int theIndex)
Removes the item at the specified index from the collection.
|
jsFunction_addAll, jsFunction_addItem, jsFunction_clear, jsFunction_contains, jsFunction_filter, jsFunction_forEach, jsFunction_indexOf, jsFunction_isEmpty, jsFunction_join, jsFunction_remove, jsFunction_set, jsFunction_toString, jsGet_iterator, jsGet_length
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
@Deprecated public SeqWrapper jsFunction_add(int theIndex, java.lang.Object theItem) throws com.brightech.xmp.model.xmlmodel.MalformedXmpFieldException
theIndex
- the index.theItem
- the item.com.brightech.xmp.model.xmlmodel.MalformedXmpFieldException
public SeqWrapper jsFunction_addItemAt(int theIndex, java.lang.Object theItem) throws com.brightech.xmp.model.xmlmodel.MalformedXmpFieldException
theIndex
- the index.theItem
- the item.com.brightech.xmp.model.xmlmodel.MalformedXmpFieldException
@Deprecated public SeqWrapper jsFunction_removeItem(int theIndex)
theIndex
- the index.public SeqWrapper jsFunction_removeItemAt(int theIndex)
theIndex
- the index.public java.lang.Object jsFunction_getItemAt(int theIndex) throws com.brightech.xmp.model.xmlmodel.MalformedXmpFieldException
theIndex
- Index of the item to fetchcom.brightech.xmp.model.xmlmodel.MalformedXmpFieldException
- If the field isn't formatted properlyCopyright © 2023 MediaBeacon, Inc. All Rights Reserved.