public interface MetadataOptions
Modifier and Type | Method and Description |
---|---|
MetadataLevel |
getMetadataLevel() |
boolean |
isValidate()
Returns true if files should be validated when read.
|
void |
setMetadataLevel(MetadataLevel level)
Set the MetadataLevel associated with this MetadataOptions.
|
void |
setValidate(boolean validate)
Specifies whether or not to validate files when reading.
|
void setMetadataLevel(MetadataLevel level)
MetadataLevel getMetadataLevel()
void setValidate(boolean validate)
boolean isValidate()
Copyright © 2016 Open Microscopy Environment