Interface MetaDataDefinition


public interface MetaDataDefinition
Implementations of this class provide access to the meta data definition of a template.
  • Method Details

    • getMetaDataProperties

      Iterator<MetaDataProperty> getMetaDataProperties()
      Gets an iterator on the meta data properties that are available.
      Returns:
      Iterator on meta data properties
    • getMetaDataPropertyByName

      MetaDataProperty getMetaDataPropertyByName(String name)
      Gets a meta data property by the specified name.
      Parameters:
      name - The name of the meta data property
      Returns:
      The meta data property; null if no such property exists