Package com.adobe.cq.dam.cfm
Interface MetaDataDefinition
public interface MetaDataDefinition
Implementations of this class provide access to the meta data definition of a template.
-
Method Summary
Modifier and TypeMethodDescriptionGets an iterator on the meta data properties that are available.Gets a meta data property by the specified name.
-
Method Details
-
getMetaDataProperties
Iterator<MetaDataProperty> getMetaDataProperties()Gets an iterator on the meta data properties that are available.- Returns:
- Iterator on meta data properties
-
getMetaDataPropertyByName
Gets a meta data property by the specified name.- Parameters:
name- The name of the meta data property- Returns:
- The meta data property;
nullif no such property exists
-