Class TransformationStrategyExtension


  • public class TransformationStrategyExtension
    extends Object
    • Field Detail

      • label

        protected String label
      • clazz

        protected Class<?> clazz
      • dialog

        protected String dialog
      • configurationElement

        protected org.eclipse.core.runtime.IConfigurationElement configurationElement
    • Constructor Detail

      • TransformationStrategyExtension

        public TransformationStrategyExtension()
    • Method Detail

      • getConfigurationElement

        public org.eclipse.core.runtime.IConfigurationElement getConfigurationElement()
      • setConfigurationElement

        public void setConfigurationElement​(org.eclipse.core.runtime.IConfigurationElement configurationElement)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getClazz

        public Class<?> getClazz()
      • setClazz

        public void setClazz​(Class<?> clazz)
      • createDialog

        public Object createDialog()