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.VALUESA 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 TaskMainPresentationTaskMainPresentation.get(int value) Returns the 'Task Main Presentation' literal with the specified integer value.static TaskMainPresentationReturns the 'Task Main Presentation' literal with the specified literal value.static TaskMainPresentationReturns the 'Task Main Presentation' literal with the specified name.Task.getDefaultPresentation()Returns the value of the 'Default Presentation' attribute.static TaskMainPresentationReturns 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 TypeMethodDescriptionvoidTask.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 TypeMethodDescriptionvoidTaskImpl.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 TypeMethodDescriptionbooleanMdClassValidator.validateTaskMainPresentation(TaskMainPresentation taskMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context)