public abstract class AbstractTransientValueService extends Object implements ITransientValueService
| Constructor and Description |
|---|
AbstractTransientValueService() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCheckElementsIndividually(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature)
For features with isMany() == true, isCheckElementsIndividually() has to return true when isTransient should be called for each
element of the list instead of once for the whole list.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisTransientpublic boolean isCheckElementsIndividually(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature)
ITransientValueServiceisCheckElementsIndividually in interface ITransientValueServiceowner - the feature holderfeature - the multi value featuretrue if all values should be checked individually for their transient state.Copyright © 2015. All Rights Reserved.