Uses of Class
com._1c.g5.v8.dt.metadata.mdclass.ConfigurationExtensionPurpose
-
Packages that use ConfigurationExtensionPurpose 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 ConfigurationExtensionPurpose in com._1c.g5.v8.dt.metadata.mdclass
Fields in com._1c.g5.v8.dt.metadata.mdclass with type parameters of type ConfigurationExtensionPurpose Modifier and Type Field Description static List<ConfigurationExtensionPurpose>
ConfigurationExtensionPurpose. VALUES
A public read-only list of all the 'Configuration Extension Purpose' enumerators.Methods in com._1c.g5.v8.dt.metadata.mdclass that return ConfigurationExtensionPurpose Modifier and Type Method Description static ConfigurationExtensionPurpose
ConfigurationExtensionPurpose. get(int value)
Returns the 'Configuration Extension Purpose' literal with the specified integer value.static ConfigurationExtensionPurpose
ConfigurationExtensionPurpose. get(String literal)
Returns the 'Configuration Extension Purpose' literal with the specified literal value.static ConfigurationExtensionPurpose
ConfigurationExtensionPurpose. getByName(String name)
Returns the 'Configuration Extension Purpose' literal with the specified name.ConfigurationExtensionPurpose
Configuration. getConfigurationExtensionPurpose()
Returns the value of the 'Configuration Extension Purpose' attribute.static ConfigurationExtensionPurpose
ConfigurationExtensionPurpose. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigurationExtensionPurpose[]
ConfigurationExtensionPurpose. 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 ConfigurationExtensionPurpose Modifier and Type Method Description void
Configuration. setConfigurationExtensionPurpose(ConfigurationExtensionPurpose value)
Sets the value of the 'Configuration Extension Purpose
' attribute. -
Uses of ConfigurationExtensionPurpose in com._1c.g5.v8.dt.metadata.mdclass.impl
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return ConfigurationExtensionPurpose Modifier and Type Method Description ConfigurationExtensionPurpose
MdClassFactoryImpl. createConfigurationExtensionPurposeFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ConfigurationExtensionPurpose
ConfigurationImpl. getConfigurationExtensionPurpose()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type ConfigurationExtensionPurpose Modifier and Type Method Description void
ConfigurationImpl. setConfigurationExtensionPurpose(ConfigurationExtensionPurpose newConfigurationExtensionPurpose)
-
Uses of ConfigurationExtensionPurpose in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type ConfigurationExtensionPurpose Modifier and Type Method Description boolean
MdClassValidator. validateConfigurationExtensionPurpose(ConfigurationExtensionPurpose configurationExtensionPurpose, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-