Uses of Class
com._1c.g5.v8.dt.metadata.common.ApplicationUsePurpose
-
-
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 ApplicationUsePurpose Modifier and Type Method Description Collection<ApplicationUsePurpose>
IV8Project. 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 ApplicationUsePurpose Modifier and Type Method Description Collection<ApplicationUsePurpose>
IUsePurposesEvent. getValue()
Returns the new use purposes collection value. -
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 ApplicationUsePurpose Modifier and Type Method Description protected 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 ApplicationUsePurpose Modifier and Type Method Description static 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 ApplicationUsePurpose Constructor Description ChangeConfigurationUsePurposesTask(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 ApplicationUsePurpose Modifier and Type Field Description static 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 ApplicationUsePurpose Modifier and Type Method Description static ApplicationUsePurpose
ApplicationUsePurpose. get(int value)
Returns the 'Application Use Purpose' literal with the specified integer value.static ApplicationUsePurpose
ApplicationUsePurpose. get(String literal)
Returns the 'Application Use Purpose' literal with the specified literal value.static ApplicationUsePurpose
ApplicationUsePurpose. getByName(String name)
Returns the 'Application Use Purpose' literal with the specified name.static ApplicationUsePurpose
ApplicationUsePurpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApplicationUsePurpose[]
ApplicationUsePurpose. values()
Returns an array containing the constants of this enum type, 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 ApplicationUsePurpose Modifier and Type Method Description ApplicationUsePurpose
CommonFactoryImpl. 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 ApplicationUsePurpose Modifier and Type Method Description org.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 ApplicationUsePurpose Modifier and Type Method Description org.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 ApplicationUsePurpose Modifier and Type Method Description static boolean
MdClassUtil. isMobileApplicationUsePurposes(Collection<ApplicationUsePurpose> usePurposes)
The specified collection ofApplicationUsePurpose
-s is only for mobile applications
-