org.eclipse.emf.databinding
Class IEMFListProperty.ListElementAccess.WriteData

java.lang.Object
  extended by org.eclipse.emf.databinding.IEMFListProperty.ListElementAccess.WriteData
Enclosing class:
IEMFListProperty.ListElementAccess<O>

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 information

Since:
2.7

Field Summary
 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 Summary
IEMFListProperty.ListElementAccess.WriteData(int index, boolean insert)
          Create new instance
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_INDEX

public static final int NO_INDEX
If the value should be appended

See Also:
Constant Field Values

index

public final int index
The index in the list the value is written to


insert

public final boolean insert
true if the given value should be inserted at the given position

Constructor Detail

IEMFListProperty.ListElementAccess.WriteData

public IEMFListProperty.ListElementAccess.WriteData(int index,
                                                    boolean insert)
Create new instance

Parameters:
index - The index in the list the value is written to
insert - true if the given value should be inserted at the given position

Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.