Package io.vertigo.studio.notebook.task
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'unDomainSketch
. Le paramètre peut être : - obligatoire ou facultatif- Author:
- fconstantin, pchretien
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.vertigo.core.lang.Cardinality
getCardinality()
DomainSketch
getDomain()
String
getName()
String
toString()
-
-
-
Method Detail
-
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
-
-