@NoImplement
public interface MetadataEnrichableModel
MetadataProperties that are not part of the canonical metadata
model.| Modifier and Type | Method and Description |
|---|---|
<T extends MetadataProperty> |
getMetadataProperty(Class<T> propertyType)
Returns a registered model property of type
propertyType |
Set<MetadataProperty> |
getProperties() |
<T extends MetadataProperty> Optional<T> getMetadataProperty(Class<T> propertyType)
propertyTypeT - the generic type of the return valuepropertyType - the Class of the MetadataProperty which is being queriedOptional MetadataPropertySet<MetadataProperty> getProperties()
Set of MetadataPropertys of the current element.Copyright © 2022. All rights reserved.