Uses of Enum Class
com._1c.g5.v8.dt.metadata.mdclass.TaskMainPresentation
Packages that use TaskMainPresentation
Package
Description
-
Uses of TaskMainPresentation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type TaskMainPresentationModifier and TypeFieldDescriptionstatic final List<TaskMainPresentation>
TaskMainPresentation.VALUES
A public read-only list of all the 'Task Main Presentation' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return TaskMainPresentationModifier and TypeMethodDescriptionstatic TaskMainPresentation
TaskMainPresentation.get
(int value) Returns the 'Task Main Presentation' literal with the specified integer value.static TaskMainPresentation
Returns the 'Task Main Presentation' literal with the specified literal value.static TaskMainPresentation
Returns the 'Task Main Presentation' literal with the specified name.Task.getDefaultPresentation()
Returns the value of the 'Default Presentation' attribute.static TaskMainPresentation
Returns the enum constant of this class with the specified name.static TaskMainPresentation[]
TaskMainPresentation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type TaskMainPresentationModifier and TypeMethodDescriptionvoid
Task.setDefaultPresentation
(TaskMainPresentation value) Sets the value of the 'Default Presentation
' attribute. -
Uses of TaskMainPresentation in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return TaskMainPresentationModifier and TypeMethodDescriptionMdClassFactoryImpl.createTaskMainPresentationFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) TaskImpl.getDefaultPresentation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TaskMainPresentationModifier and TypeMethodDescriptionvoid
TaskImpl.setDefaultPresentation
(TaskMainPresentation newDefaultPresentation) -
Uses of TaskMainPresentation in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type TaskMainPresentationModifier and TypeMethodDescriptionboolean
MdClassValidator.validateTaskMainPresentation
(TaskMainPresentation taskMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)