Package ome.formats.importer
Class ImportConfig.IntValue
- java.lang.Object
-
- ome.formats.importer.ImportConfig.Value<java.lang.Integer>
-
- ome.formats.importer.ImportConfig.IntValue
-
- Enclosing class:
- ImportConfig
public static class ImportConfig.IntValue extends ImportConfig.Value<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description IntValue(java.lang.String key, ImportConfig config, int defValue)
IntValue(java.lang.String key, ImportConfig config, int defValue, java.lang.String omeroKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Integer
fromString(java.lang.String arg0)
-
-
-
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 classImportConfig.Value<java.lang.Integer>
-
-