public static class ImportConfig.IntValue extends ImportConfig.Value<java.lang.Integer>
| Constructor and Description | 
|---|
| IntValue(java.lang.String key,
        ImportConfig config,
        int defValue) | 
| IntValue(java.lang.String key,
        ImportConfig config,
        int defValue,
        java.lang.String omeroKey) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected java.lang.Integer | fromString(java.lang.String arg0) | 
public IntValue(java.lang.String key,
                ImportConfig config,
                int defValue)
public IntValue(java.lang.String key,
                ImportConfig config,
                int defValue,
                java.lang.String omeroKey)
protected java.lang.Integer fromString(java.lang.String arg0)
fromString in class ImportConfig.Value<java.lang.Integer>