Uses of Class
org.openprovenance.prov.template.compiler.common.BeanKind
-
Packages that use BeanKind Package Description org.openprovenance.prov.template.compiler org.openprovenance.prov.template.compiler.common org.openprovenance.prov.template.compiler.integration -
-
Uses of BeanKind in org.openprovenance.prov.template.compiler
Methods in org.openprovenance.prov.template.compiler with parameters of type BeanKind Modifier and Type Method Description SpecificationFileCompilerBeanGenerator. 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 BeanKind Modifier and Type Method Description static BeanKindBeanKind. valueOf(String name)Returns 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 BeanKind Modifier and Type Method Description org.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 BeanKind Modifier and Type Method Description SpecificationFileCompilerIntegrator. generateIntegrator(Locations locations, String templateName, String integrator_package, TemplateBindingsSchema bindingsSchema, String logger, BeanKind beanKind, String consistsOf, String directory, String fileName)
-