Uses of Class
de.xima.fc.interfaces.placeholder.EPlaceholderSyntaxKind
-
Packages that use EPlaceholderSyntaxKind Package Description de.xima.fc.interfaces.placeholder de.xima.fc.mdl.placeholder -
-
Uses of EPlaceholderSyntaxKind in de.xima.fc.interfaces.placeholder
Methods in de.xima.fc.interfaces.placeholder that return EPlaceholderSyntaxKind Modifier and Type Method Description EPlaceholderSyntaxKindIStaticPlaceholder. getSyntaxKind()EPlaceholderSyntaxKindIParsedPlaceholder. getType()static EPlaceholderSyntaxKindEPlaceholderSyntaxKind. valueOf(String name)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 EPlaceholderSyntaxKind Modifier and Type Method Description static com.google.common.collect.ImmutableMap<EPlaceholderSyntaxKind,com.google.common.collect.ImmutableMap<String,IStaticPlaceholder>>CommonPlaceholders. getBySyntaxKindAndContentMap()Methods in de.xima.fc.mdl.placeholder with parameters of type EPlaceholderSyntaxKind Modifier and Type Method Description static PlaceholderDescriptorBuilderPlaceholderDescriptorBuilder. builder(EPlaceholderSyntaxKind syntaxKind)static IStaticPlaceholderCommonPlaceholders. getBySyntaxKindAndContent(EPlaceholderSyntaxKind syntaxKind, String content)PlaceholderDescriptorBuilderPlaceholderDescriptorBuilder. syntaxKind(EPlaceholderSyntaxKind syntaxKind)Constructors in de.xima.fc.mdl.placeholder with parameters of type EPlaceholderSyntaxKind Constructor Description PlaceholderDescriptorBuilder(EPlaceholderSyntaxKind syntaxKind)
-