Interface KeywordMeta

All Superinterfaces:
Item

public interface KeywordMeta extends Item
This is public interface for Keyword metadata.
  • Method Details

    • getKeywordName

      String getKeywordName()
      Returns the keyword name of the Keyword.
      Returns:
      the keyword name of the keyword.
    • getCustomMeta

      CustomMeta getCustomMeta()
      Returns the CustomMetaData for this Keyword, if there is any. If there is none, null is returned.
      Returns:
      the CustomMetaData for this Keyword as a CustomMeta object, or null if there is none.