Uses of Enum
org.openprovenance.prov.template.compiler.common.BeanKind
Packages that use BeanKind
Package
Description
-
Uses of BeanKind in org.openprovenance.prov.template.compiler
Methods in org.openprovenance.prov.template.compiler with parameters of type BeanKindModifier and TypeMethodDescriptionCompilerBeanGenerator.generateBean(TemplatesCompilerConfig configs, Locations locations, String templateName, TemplateBindingsSchema bindingsSchema, BeanKind beanKind, BeanDirection beanDirection, String consistOf, List<String> sharing, String extension, String fileName) com.squareup.javapoet.MethodSpecCompilerSQL.generateSQLInsert(String template, BeanKind beanKind) com.squareup.javapoet.MethodSpecCompilerSQL.generateSQLInsertStatement(String template, TemplateBindingsSchema bindingsSchema, BeanKind beanKind) voidCompilerSQL.generateSQLstatements(com.squareup.javapoet.TypeSpec.Builder builder, String templateName, TemplateBindingsSchema bindingsSchema, BeanKind beanKind) -
Uses of BeanKind in org.openprovenance.prov.template.compiler.common
Methods in org.openprovenance.prov.template.compiler.common that return BeanKindModifier and TypeMethodDescriptionstatic BeanKindReturns the enum constant of this type with the specified name.static BeanKind[]BeanKind.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openprovenance.prov.template.compiler.common with parameters of type BeanKindModifier and TypeMethodDescriptionorg.apache.commons.lang3.tuple.Pair<SpecificationFile, Map<Integer, List<Integer>>> CompilerCommon.generateCommonLib(TemplatesCompilerConfig configs, Locations locations, Document doc, String name, String templateName, String packageName, TemplateBindingsSchema bindingsSchema, IndexedDocument indexed, String logger, BeanKind beanKind, String fileName) com.squareup.javapoet.MethodSpecCompilerCommon.generateCommonMethodGetNodes(BeanKind beanKind) com.squareup.javapoet.MethodSpecCompilerCommon.generateCommonMethodGetSuccessors(BeanKind beanKind) com.squareup.javapoet.MethodSpecCompilerCommon.generateCommonMethodGetTypedSuccessors(BeanKind beanKind) com.squareup.javapoet.MethodSpecCompilerCommon.generateRecordCsvProcessorMethod(BeanKind beanKind) -
Uses of BeanKind in org.openprovenance.prov.template.compiler.integration
Methods in org.openprovenance.prov.template.compiler.integration with parameters of type BeanKindModifier and TypeMethodDescriptionCompilerIntegrator.generateIntegrator(Locations locations, String templateName, String integrator_package, TemplateBindingsSchema bindingsSchema, String logger, BeanKind beanKind, String consistsOf, String directory, String fileName)