Package | Description |
---|---|
org.eclipse.january.dataset | |
org.eclipse.january.metadata |
Modifier and Type | Method and Description |
---|---|
<S extends MetadataType,T extends S> |
LazyDatasetBase.getMetadata(Class<T> clazz) |
<S extends MetadataType,T extends S> |
IMetadataProvider.getMetadata(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
static <T extends MetadataType> |
MetadataFactory.createMetadata(Class<T> clazz,
Object... arguments)
Create a metadata object of given class with given arguments
|
Collection<String> |
Metadata.getMetaNames() |
Collection<String> |
IMetadata.getMetaNames()
Returns a collection of metadata names
|
Serializable |
Metadata.getMetaValue(String key) |
Serializable |
IMetadata.getMetaValue(String key)
Returns string value or null if not implemented
|
Copyright © 2017. All rights reserved.