Uses of Class
io.vertigo.studio.notebook.task.TaskSketchAttribute
-
Packages that use TaskSketchAttribute Package Description io.vertigo.studio.notebook.task io.vertigo.studio.plugins.generator.vertigo.util -
-
Uses of TaskSketchAttribute in io.vertigo.studio.notebook.task
Methods in io.vertigo.studio.notebook.task that return types with arguments of type TaskSketchAttribute Modifier and Type Method Description Collection<TaskSketchAttribute>TaskSketch. getInAttributes()Retourne la liste des attributs INOptional<TaskSketchAttribute>TaskSketch. getOutAttributeOpt()Retourne l' attribut OUT -
Uses of TaskSketchAttribute in io.vertigo.studio.plugins.generator.vertigo.util
Methods in io.vertigo.studio.plugins.generator.vertigo.util with parameters of type TaskSketchAttribute Modifier and Type Method Description static StringDomainUtil. buildJavaType(TaskSketchAttribute taskAttribute, Function<String,String> classNameFromDt)Construite le type java (sous forme de chaine de caractère) correspondant à un attribut de tache.static StringDomainUtil. buildJavaTypeLabel(TaskSketchAttribute taskAttribute, Function<String,String> classNameFromDt)Construite le label du type java (sous forme de chaine de caractère) correspondant à un attribut de tache.
-