Uses of Enum
de.xima.fc.interfaces.placeholder.EPlaceholderSyntaxKind
Packages that use EPlaceholderSyntaxKind
-
Uses of EPlaceholderSyntaxKind in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder that return EPlaceholderSyntaxKindModifier and TypeMethodDescriptionIStaticPlaceholder.getSyntaxKind()
IParsedPlaceholder.getType()
static EPlaceholderSyntaxKind
Returns the enum constant of this type with the specified name.static EPlaceholderSyntaxKind[]
EPlaceholderSyntaxKind.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EPlaceholderSyntaxKind in de.xima.fc.mdl.placeholder
Methods in de.xima.fc.mdl.placeholder that return types with arguments of type EPlaceholderSyntaxKindModifier and TypeMethodDescriptionstatic com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,
com.google.common.collect.ImmutableMap<String, IStaticPlaceholder>> CommonPlaceholders.getBySyntaxKindAndContentMap()
Deprecated.Methods in de.xima.fc.mdl.placeholder with parameters of type EPlaceholderSyntaxKindModifier and TypeMethodDescriptionstatic PlaceholderDescriptorBuilder
PlaceholderDescriptorBuilder.builder
(EPlaceholderSyntaxKind syntaxKind) static IStaticPlaceholder
CommonPlaceholders.getBySyntaxKindAndContent
(EPlaceholderSyntaxKind syntaxKind, String content) PlaceholderDescriptorBuilder.syntaxKind
(EPlaceholderSyntaxKind syntaxKind) Constructors in de.xima.fc.mdl.placeholder with parameters of type EPlaceholderSyntaxKind
CommonPlaceholders.getBySyntaxKindAndContent(EPlaceholderSyntaxKind, String)
.