Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.TaskMainPresentation
-
Packages that use TaskMainPresentation 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 TaskMainPresentation in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type TaskMainPresentation Modifier and Type Field Description static 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 TaskMainPresentation Modifier and Type Method Description static TaskMainPresentation
TaskMainPresentation. get(int value)
Returns the 'Task Main Presentation' literal with the specified integer value.static TaskMainPresentation
TaskMainPresentation. get(String literal)
Returns the 'Task Main Presentation' literal with the specified literal value.static TaskMainPresentation
TaskMainPresentation. getByName(String name)
Returns the 'Task Main Presentation' literal with the specified name.TaskMainPresentation
Task. getDefaultPresentation()
Returns the value of the 'Default Presentation' attribute.static TaskMainPresentation
TaskMainPresentation. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskMainPresentation[]
TaskMainPresentation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type TaskMainPresentation Modifier and Type Method Description void
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 TaskMainPresentation Modifier and Type Method Description TaskMainPresentation
MdClassFactoryImpl. createTaskMainPresentationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
TaskMainPresentation
TaskImpl. getDefaultPresentation()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type TaskMainPresentation Modifier and Type Method Description void
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 TaskMainPresentation Modifier and Type Method Description boolean
MdClassValidator. validateTaskMainPresentation(TaskMainPresentation taskMainPresentation, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-