Class TransformationStrategyExtension


  • public class TransformationStrategyExtension
    extends java.lang.Object
    • Field Detail

      • type

        protected java.lang.String type
      • label

        protected java.lang.String label
      • clazz

        protected java.lang.Class<?> clazz
      • dialog

        protected java.lang.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 java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)
      • getType

        public java.lang.String getType()
      • setType

        public void setType​(java.lang.String type)
      • getClazz

        public java.lang.Class<?> getClazz()
      • setClazz

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

        public java.lang.Object createDialog()