Package org.eclipse.emf.cdo.common.model
Class EMFPredicates
- java.lang.Object
- 
- org.eclipse.emf.cdo.common.model.EMFPredicates
 
- 
 public final class EMFPredicates extends java.lang.ObjectPredefinedpredicatesto test for variousfeaturetypes.- Since:
- 4.9
- Author:
- Eike Stepper
 
- 
- 
Field SummaryFields Modifier and Type Field Description static java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature>ATTRIBUTESstatic java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature>CONTAINER_REFERENCESstatic java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature>CONTAINMENT_REFERENCESstatic java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature>CROSS_REFERENCESstatic java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature>REFERENCES
 
- 
- 
- 
Field Detail- 
ATTRIBUTESpublic static final java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature> ATTRIBUTES 
 - 
REFERENCESpublic static final java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature> REFERENCES 
 - 
CONTAINER_REFERENCESpublic static final java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature> CONTAINER_REFERENCES 
 - 
CROSS_REFERENCESpublic static final java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature> CROSS_REFERENCES 
 - 
CONTAINMENT_REFERENCESpublic static final java.util.function.Predicate<org.eclipse.emf.ecore.EStructuralFeature> CONTAINMENT_REFERENCES 
 
- 
 
-