public class ContainerDelta<E> extends Object implements IContainerDelta<E>
container delta implementation.IContainerDelta.Kind| Constructor and Description |
|---|
ContainerDelta(E element,
IContainerDelta.Kind kind) |
| Modifier and Type | Method and Description |
|---|---|
E |
getElement() |
IContainerDelta.Kind |
getKind() |
E |
setValue(E value) |
public ContainerDelta(E element, IContainerDelta.Kind kind)
public E getElement()
getElement in interface IContainerDelta<E>public IContainerDelta.Kind getKind()
getKind in interface IContainerDelta<E>Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html