Class BmSkipNullValue<T>

    • Constructor Detail

      • BmSkipNullValue

        public BmSkipNullValue​(org.eclipse.emf.ecore.EObject object,
                               org.eclipse.emf.ecore.EStructuralFeature feature)
        Instantiates new value.
        Parameters:
        object - the object, cannot be null
        feature - the object feature, cannot be null
      • BmSkipNullValue

        protected BmSkipNullValue​(org.eclipse.emf.ecore.EObject object,
                                  org.eclipse.emf.ecore.EStructuralFeature feature,
                                  T initialValue)
        Instantiates new value with initial value set.
        Parameters:
        object - the object, cannot be null
        feature - the object feature, cannot be null
        initialValue - the initial value, can be null
    • Method Detail