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 TaskAttribute
MdClassFactory. 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 class
TaskAttributeImpl
An 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 TaskAttribute
MdClassFactoryImpl. 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 T
MdClassSwitch. caseTaskAttribute(TaskAttribute object)
Returns the result of interpreting the object as an instance of 'Task Attribute'.boolean
MdClassValidator. validateTaskAttribute(TaskAttribute taskAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-