Interface IStaticPlaceholder

All Superinterfaces:
Serializable

public interface IStaticPlaceholder extends Serializable
Descriptor for a built-in, non-dynamic placeholder such as [%$PROJECT_ID%].
Since:
7.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • getContent

      String getContent()
      Returns:
      The content of the placeholder, e.g. PROJECT_ID.
    • getSyntaxKind

      EPlaceholderSyntaxKind getSyntaxKind()
      Returns:
      The syntax kind the placeholder uses.
    • getType

      EPlaceholderType getType()
      Returns:
      The semantic type how the placeholder is resolved.
    • getContentType

      default String getContentType()
      Returns:
      The mime type of the value to which the placeholder resolves.