public static class IEMFListProperty.ListElementAccess.WriteData
extends java.lang.Object
PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
This API is highly experimental and if possible will get moved upwards to Core-Databinding
Struct to hold write informationModifier and Type | Field and Description |
---|---|
int |
index
The index in the list the value is written to
|
boolean |
insert
true if the given value should be inserted at the given position |
static int |
NO_INDEX
If the value should be appended
|
Constructor and Description |
---|
IEMFListProperty.ListElementAccess.WriteData(int index,
boolean insert)
Create new instance
|
public static final int NO_INDEX
public final int index
public final boolean insert
true
if the given value should be inserted at the given positionpublic IEMFListProperty.ListElementAccess.WriteData(int index, boolean insert)
index
- The index in the list the value is written toinsert
- true
if the given value should be inserted at the given position