public interface GranularityFactory
DataSource.getGranularityFactory()| Modifier and Type | Method and Description |
|---|---|
Granularity |
toGranularity(String name)
Translates the name of a granularity unit into a
Granularity
object. |
Granularity toGranularity(String name)
Granularity
object.name - the name String of a granularity unit.Granularity corresponding to the provided name, or
null if name is null
or no Granularity could be found.Copyright © 2012–2018 Emory University. All rights reserved.