Uses of Enum
de.xima.fc.interfaces.placeholder.EPlaceholderSyntaxKind
Packages that use EPlaceholderSyntaxKind
-
Uses of EPlaceholderSyntaxKind in de.xima.fc.interfaces.placeholder
Subclasses with type arguments of type EPlaceholderSyntaxKind in de.xima.fc.interfaces.placeholderModifier and TypeClassDescriptionenumEnumeration of the different placeholder types that can be distinguished solely by their string representation, without semantic information from placeholder replacement handlers.Methods in de.xima.fc.interfaces.placeholder that return EPlaceholderSyntaxKindModifier and TypeMethodDescriptionIStaticPlaceholder.getSyntaxKind()IParsedPlaceholder.getType()static EPlaceholderSyntaxKindReturns 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 PlaceholderDescriptorBuilderPlaceholderDescriptorBuilder.builder(EPlaceholderSyntaxKind syntaxKind) static IStaticPlaceholderCommonPlaceholders.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).