public class TransientValueUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ITransientValueService |
transientValues |
| Constructor and Description |
|---|
TransientValueUtil() |
| Modifier and Type | Method and Description |
|---|---|
int |
countNonTransientListValues(org.eclipse.emf.ecore.EObject container,
org.eclipse.emf.ecore.EStructuralFeature feature) |
List<org.eclipse.emf.ecore.EObject> |
getAllNonTransientValues(org.eclipse.emf.ecore.EObject container,
org.eclipse.emf.ecore.EReference feature) |
List<Object> |
getAllNonTransientValues(org.eclipse.emf.ecore.EObject container,
org.eclipse.emf.ecore.EStructuralFeature feature) |
ITransientValueService.ValueTransient |
isTransient(org.eclipse.emf.ecore.EObject obj,
org.eclipse.emf.ecore.EStructuralFeature feature) |
@Inject protected ITransientValueService transientValues
public List<org.eclipse.emf.ecore.EObject> getAllNonTransientValues(org.eclipse.emf.ecore.EObject container, org.eclipse.emf.ecore.EReference feature)
public List<Object> getAllNonTransientValues(org.eclipse.emf.ecore.EObject container, org.eclipse.emf.ecore.EStructuralFeature feature)
public int countNonTransientListValues(org.eclipse.emf.ecore.EObject container,
org.eclipse.emf.ecore.EStructuralFeature feature)
public ITransientValueService.ValueTransient isTransient(org.eclipse.emf.ecore.EObject obj, org.eclipse.emf.ecore.EStructuralFeature feature)
Copyright © 2015. All Rights Reserved.