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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getContent()
default String
getContentType()
EPlaceholderSyntaxKind
getSyntaxKind()
EPlaceholderType
getType()
-
-
-
Method Detail
-
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.
-
-