Class ExtensionFieldNTO

  • All Implemented Interfaces:
    com.im.df.api.support.DFNewTypeOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

    public final class ExtensionFieldNTO
    extends com.chemaxon.dif.db.api.item.newtype.SingleDFItemNTO
    • Field Summary

      • Fields inherited from interface com.im.df.api.support.DFNewTypeOptions

        PROP_ERROR_MESSAGE, PROP_VALID
      • Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

        PROP_DESCRIPTION, PROP_NEW_DFITEM_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtensionFieldNTO​(com.chemaxon.dif.db.api.field.DBFieldsContainer fieldsContainer, String defaultName, String type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getConfig()  
      com.chemaxon.dif.db.api.entity.DBEntityAbstractImpl getEntity()  
      String getHandlerClass()  
      com.chemaxon.dif.db.api.schema.DBSchemaImpl getSchemaImpl()  
      String getType()  
      void setConfig​(String config)  
      void setHandlerClass​(String handlerClass)  
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.SingleDFItemNTO

        getDescription, getNewDFItemName, getParentContainer, normalizeDFItemName, notifyNewDFItemNameChanged, setDescription, setNewDFItemName, setNewDFItemNameSafe, updateStatus
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.AbstractNTOImpl

        addPropertyChangeListener, firePropertyChange, getErrorMessage, isValid, removePropertyChangeListener, setErrorMessage, setValid
      • Methods inherited from interface com.im.df.api.support.DFNewTypeOptions

        addPropertyChangeListener, getErrorMessage, isValid, removePropertyChangeListener
    • Constructor Detail

      • ExtensionFieldNTO

        public ExtensionFieldNTO​(com.chemaxon.dif.db.api.field.DBFieldsContainer fieldsContainer,
                                 String defaultName,
                                 String type)
    • Method Detail

      • getSchemaImpl

        public com.chemaxon.dif.db.api.schema.DBSchemaImpl getSchemaImpl()
      • getEntity

        public com.chemaxon.dif.db.api.entity.DBEntityAbstractImpl getEntity()
      • getType

        public String getType()
      • getHandlerClass

        public String getHandlerClass()
      • setHandlerClass

        public void setHandlerClass​(String handlerClass)
      • getConfig

        public String getConfig()
      • setConfig

        public void setConfig​(String config)