Class EnumRadioGroupParameterization

    • Constructor Detail

      • EnumRadioGroupParameterization

        public EnumRadioGroupParameterization​(String label,
                                              org.eclipse.emf.ecore.EEnum enumeration)
        Creates a new parameterization.
        Parameters:
        label - the component label, cannot be null
        enumeration - the EEnum, cannot be null
      • EnumRadioGroupParameterization

        public EnumRadioGroupParameterization​(String label,
                                              org.eclipse.emf.ecore.EEnum enumeration,
                                              com.google.common.base.Predicate<org.eclipse.emf.common.util.Enumerator> filter)
        Creates a new parameterization.
        Parameters:
        label - the component label, cannot be null
        enumeration - the EEnum, cannot be null
        filter - the filter, cannot be null