Class TaskAttribute

java.lang.Object
io.vertigo.datamodel.data.definitions.DataDescriptor
io.vertigo.datamodel.task.definitions.TaskAttribute
Record Components:
name - the name of the attribute
smartTypeDefinition - the smartType of the attribute
cardinality - the cardinality of the attribute see Cardinality

public final class TaskAttribute extends DataDescriptor
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
invalid reference
io.vertigo.dynamo.domain.metamodel.Domain
. Le paramètre peut être : - obligatoire ou facultatif
Author:
fconstantin, pchretien
  • Constructor Details

    • TaskAttribute

      public TaskAttribute(String name, SmartTypeDefinition smartTypeDefinition, io.vertigo.core.lang.Cardinality cardinality)