|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITransientValueService
Implementations of this service are called when a model is serialized and can decide whether a value needs to be serialized or not.
Method Summary | |
---|---|
boolean |
isCheckElementsIndividually(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature)
For features with isMany() == true, isMixedList() has to return true when isTransient should be called for each element of the list instead of once for the whole list. |
boolean |
isTransient(org.eclipse.emf.ecore.EObject owner,
org.eclipse.emf.ecore.EStructuralFeature feature,
int index)
Decides whether a value should be serialized. |
Method Detail |
---|
boolean isCheckElementsIndividually(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature)
owner
- feature
-
boolean isTransient(org.eclipse.emf.ecore.EObject owner, org.eclipse.emf.ecore.EStructuralFeature feature, int index)
owner
- The EObject holding the feature's valuefeature
- index
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |