public class TransientValueUtil
extends java.lang.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) |
java.util.List<org.eclipse.emf.ecore.EObject> |
getAllNonTransientValues(org.eclipse.emf.ecore.EObject container,
org.eclipse.emf.ecore.EReference feature) |
java.util.List<java.lang.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 java.util.List<org.eclipse.emf.ecore.EObject> getAllNonTransientValues(org.eclipse.emf.ecore.EObject container,
org.eclipse.emf.ecore.EReference feature)
public java.util.List<java.lang.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)