Uses of Enum Class
com._1c.g5.v8.dt.metadata.common.ApplicationUsePurpose
Packages that use ApplicationUsePurpose
Package
Description
-
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform that return types with arguments of type ApplicationUsePurposeModifier and TypeMethodDescriptionIV8Project.getUsePurposes()
Returns all use purposes of this V8 project. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.core.platform.events
Methods in com._1c.g5.v8.dt.core.platform.events that return types with arguments of type ApplicationUsePurposeModifier and TypeMethodDescriptionIUsePurposesEvent.getValue()
Returns the new use purposes collection value. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.internal.core.platform
Methods in com._1c.g5.v8.dt.internal.core.platform that return types with arguments of type ApplicationUsePurposeModifier and TypeMethodDescriptionConfigurationProject.getUsePurposes()
ExtensionProject.getUsePurposes()
ExternalObjectProject.getUsePurposes()
-
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.internal.core.platform.events
Methods in com._1c.g5.v8.dt.internal.core.platform.events that return types with arguments of type ApplicationUsePurposeConstructor parameters in com._1c.g5.v8.dt.internal.core.platform.events with type arguments of type ApplicationUsePurposeModifierConstructorDescriptionUsePurposesEvent
(org.eclipse.core.resources.IProject project, Collection<ApplicationUsePurpose> value) Constructor. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.launching.ui.launchconfigurations
Methods in com._1c.g5.v8.dt.launching.ui.launchconfigurations with parameters of type ApplicationUsePurposeModifier and TypeMethodDescriptionprotected boolean
AbstractLaunchingTab.validateProject
(ApplicationUsePurpose usePurpose, String label) Validates project selection and project configuration use purpose. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.md
Method parameters in com._1c.g5.v8.dt.md with type arguments of type ApplicationUsePurposeModifier and TypeMethodDescriptionstatic boolean
MdUtil.isMobileApplicationUsePurposes
(Collection<ApplicationUsePurpose> usePurposes) Deprecated. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.md.api
Constructor parameters in com._1c.g5.v8.dt.md.api with type arguments of type ApplicationUsePurposeModifierConstructorDescriptionChangeConfigurationUsePurposesTask
(Configuration configuration, Collection<ApplicationUsePurpose> usePurposes) Creates a new instance ofChangeConfigurationUsePurposesTask
. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.metadata.common
Fields in com._1c.g5.v8.dt.metadata.common with type parameters of type ApplicationUsePurposeModifier and TypeFieldDescriptionstatic final List<ApplicationUsePurpose>
ApplicationUsePurpose.VALUES
A public read-only list of all the 'Application Use Purpose' enumerators.Methods in com._1c.g5.v8.dt.metadata.common that return ApplicationUsePurposeModifier and TypeMethodDescriptionstatic ApplicationUsePurpose
ApplicationUsePurpose.get
(int value) Returns the 'Application Use Purpose' literal with the specified integer value.static ApplicationUsePurpose
Returns the 'Application Use Purpose' literal with the specified literal value.static ApplicationUsePurpose
Returns the 'Application Use Purpose' literal with the specified name.static ApplicationUsePurpose
Returns the enum constant of this class with the specified name.static ApplicationUsePurpose[]
ApplicationUsePurpose.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.metadata.common.impl
Methods in com._1c.g5.v8.dt.metadata.common.impl that return ApplicationUsePurposeModifier and TypeMethodDescriptionCommonFactoryImpl.createApplicationUsePurposeFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type ApplicationUsePurposeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ApplicationUsePurpose>
BasicForm.getUsePurposes()
Returns the value of the 'Use Purposes' attribute list.org.eclipse.emf.common.util.EList<ApplicationUsePurpose>
Configuration.getUsePurposes()
Returns the value of the 'Use Purposes' attribute list. -
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type ApplicationUsePurposeModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<ApplicationUsePurpose>
BasicFormImpl.getUsePurposes()
org.eclipse.emf.common.util.EList<ApplicationUsePurpose>
ConfigurationImpl.getUsePurposes()
-
Uses of ApplicationUsePurpose in com._1c.g5.v8.dt.metadata.mdclass.util
Method parameters in com._1c.g5.v8.dt.metadata.mdclass.util with type arguments of type ApplicationUsePurposeModifier and TypeMethodDescriptionstatic boolean
MdClassUtil.isMobileApplicationUsePurposes
(Collection<ApplicationUsePurpose> usePurposes) The specified collection ofApplicationUsePurpose
-s is only for mobile applications
MdClassUtil.isMobileApplicationUsePurposes(Collection)