Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.TaskAttribute
-
Packages that use TaskAttribute Package Description com._1c.g5.v8.dt.metadata.mdclass com._1c.g5.v8.dt.metadata.mdclass.impl com._1c.g5.v8.dt.metadata.mdclass.util -
-
Uses of TaskAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return TaskAttribute Modifier and Type Method Description TaskAttributeMdClassFactory. createTaskAttribute()Returns a new object of class 'Task Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type TaskAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<TaskAttribute>Task. getAttributes()Returns the value of the 'Attributes' containment reference list. -
Uses of TaskAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement TaskAttribute Modifier and Type Class Description classTaskAttributeImplAn implementation of the model object 'Task Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TaskAttribute Modifier and Type Method Description TaskAttributeMdClassFactoryImpl. createTaskAttribute()Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type TaskAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<TaskAttribute>TaskImpl. getAttributes() -
Uses of TaskAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TaskAttribute Modifier and Type Method Description TMdClassSwitch. caseTaskAttribute(TaskAttribute object)Returns the result of interpreting the object as an instance of 'Task Attribute'.booleanMdClassValidator. validateTaskAttribute(TaskAttribute taskAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-