public interface TimeDomainCatalog
TimeDomain objects.
A time domain catalog makes it easier to ensure that there is only one domain
with a given set of properties. A catalog provides built-in domains guaranteed
to be available whenever the catalog is present. The labels of such domains
can be used as external identifiers.TimeDomainDefinition| Modifier and Type | Method and Description |
|---|---|
Collection<TimeDomain> |
get()
Return all time domains defined in the catalog.
|
TimeDomain |
get(String label)
Return the time domain with the given label.
|
TimeDomain |
get(TimeDomainDefinition definition)
Return the time domain corresponding to the definition, ignoring the label.
|
TimeDomain get(TimeDomainDefinition definition)
definition - a non-null time domain definitionTimeDomain get(String label) throws T2Exception
label - non-null stringT2ExceptionCollection<TimeDomain> get()
Copyright © 2017. All rights reserved.