Class TaskSketchAttribute

java.lang.Object
io.vertigo.studio.notebook.task.TaskSketchAttribute

public final class TaskSketchAttribute extends Object
Attribut d'une tache. Il s'agit soit : - d'un type primitif - d'un type complexe : DTO ou DTC Dans tous les cas il s'agit d'un DomainSketch. Le paramètre peut être : - obligatoire ou facultatif
Author:
fconstantin, pchretien
  • Method Details

    • getName

      public String getName()
      Returns:
      the name of the attribute.
    • getDomain

      public DomainSketch getDomain()
      Returns:
      Domain the domain
    • getCardinality

      public io.vertigo.core.lang.Cardinality getCardinality()
      Returns:
      if the attribute cardinality
    • toString

      public String toString()
      Overrides:
      toString in class Object