Interface IParsedPlaceholder
- All Superinterfaces:
Serializable
Data about a placeholder parsed from its string representation.
- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getContent
String getContent()- Returns:
- The content of the placeholder, e.g.
PROJECT_ID
.
-
getRepresentation
String getRepresentation()- Returns:
- The external representation of the placeholder, e.g.
[%$PROJECT_ID%]
.
-
getType
EPlaceholderSyntaxKind getType()- Returns:
- The syntax used by the placeholder.
-
getStaticDescriptor
- Returns:
- For builtin non-dynamic placeholders, the descriptor with additional meta data about he placeholder.
-