public class DefaultTransientValueService extends AbstractTransientValueService
| Constructor and Description |
|---|
DefaultTransientValueService() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isContainerReferenceInSameResource(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature) |
boolean |
isTransient(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index)
Decides whether a value should be serialized.
|
isCheckElementsIndividuallypublic boolean isTransient(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index)
ITransientValueServiceowner - The EObject holding the feature's valuefeature - the to-be-checked featureindex - the index in the list for multi value featuresprotected boolean isContainerReferenceInSameResource(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature)
Copyright © 2015. All Rights Reserved.