Class ImportConfig.IntValue

    • Constructor Detail

      • IntValue

        public IntValue​(java.lang.String key,
                        ImportConfig config,
                        int defValue)
      • IntValue

        public IntValue​(java.lang.String key,
                        ImportConfig config,
                        int defValue,
                        java.lang.String omeroKey)
    • Method Detail

      • fromString

        protected java.lang.Integer fromString​(java.lang.String arg0)
        Specified by:
        fromString in class ImportConfig.Value<java.lang.Integer>