Package ome.formats.importer
Class ImportConfig.LongValue
- java.lang.Object
-
- ome.formats.importer.ImportConfig.Value<java.lang.Long>
-
- ome.formats.importer.ImportConfig.LongValue
-
- Enclosing class:
- ImportConfig
public static class ImportConfig.LongValue extends ImportConfig.Value<java.lang.Long>
-
-
Constructor Summary
Constructors Constructor Description LongValue(java.lang.String key, ImportConfig config, java.lang.Long defValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Long
fromString(java.lang.String arg0)
-
-
-
Constructor Detail
-
LongValue
public LongValue(java.lang.String key, ImportConfig config, java.lang.Long defValue)
-
-
Method Detail
-
fromString
protected java.lang.Long fromString(java.lang.String arg0)
- Specified by:
fromString
in classImportConfig.Value<java.lang.Long>
-
-