Class MdModelTypesExtension.Feature

  • Enclosing class:
    MdModelTypesExtension

    public class MdModelTypesExtension.Feature
    extends Object
    Provides feature information for a model type.
    • Method Detail

      • getName

        public String getName()
        Returns:
        feature name.
      • getLabel

        public String getLabel()
        Returns:
        human readable label.
      • getValue

        public String getValue()
        Returns:
        initial feature value.
      • getInitialConverter

        public org.eclipse.core.databinding.conversion.IConverter getInitialConverter()
                                                                               throws org.eclipse.core.runtime.CoreException
        Returns:
        initial feature value converter.
        Throws:
        org.eclipse.core.runtime.CoreException
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object