Uses of Enum Class
com._1c.g5.aef2.standard.viewModels.ExternalValidationStatusSeverity
Packages that use ExternalValidationStatusSeverity
Package
Description
-
Uses of ExternalValidationStatusSeverity in com._1c.g5.aef2.standard.validation
Methods in com._1c.g5.aef2.standard.validation that return ExternalValidationStatusSeverityModifier and TypeMethodDescriptionprotected abstract ExternalValidationStatusSeverity
AbstractExternalValidationSupport.getSeverity
(EVR result) Returns the severity of the specified validation result. -
Uses of ExternalValidationStatusSeverity in com._1c.g5.aef2.standard.viewModels
Fields in com._1c.g5.aef2.standard.viewModels with type parameters of type ExternalValidationStatusSeverityModifier and TypeFieldDescriptionstatic final List<ExternalValidationStatusSeverity>
ExternalValidationStatusSeverity.VALUES
A public read-only list of all the 'External Validation Status Severity' enumerators.Methods in com._1c.g5.aef2.standard.viewModels that return ExternalValidationStatusSeverityModifier and TypeMethodDescriptionExternalValidationStatusSeverity.get
(int value) Returns the 'External Validation Status Severity' literal with the specified integer value.Returns the 'External Validation Status Severity' literal with the specified literal value.Returns the 'External Validation Status Severity' literal with the specified name.ExternalValidationStatus.getSeverity()
Returns the value of the 'Severity' attribute.ExternalValidationStatusEntry.getSeverity()
Returns the value of the 'Severity' attribute.Returns the enum constant of this class with the specified name.static ExternalValidationStatusSeverity[]
ExternalValidationStatusSeverity.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.aef2.standard.viewModels with parameters of type ExternalValidationStatusSeverityModifier and TypeMethodDescriptionvoid
ExternalValidationStatusEntry.setSeverity
(ExternalValidationStatusSeverity value) Sets the value of the 'Severity
' attribute. -
Uses of ExternalValidationStatusSeverity in com._1c.g5.aef2.standard.viewModels.impl
Fields in com._1c.g5.aef2.standard.viewModels.impl declared as ExternalValidationStatusSeverityModifier and TypeFieldDescriptionprotected ExternalValidationStatusSeverity
ExternalValidationStatusEntryImpl.severity
The cached value of the 'Severity
' attribute.protected static final ExternalValidationStatusSeverity
ExternalValidationStatusEntryImpl.SEVERITY_EDEFAULT
The default value of the 'Severity
' attribute.protected static final ExternalValidationStatusSeverity
ExternalValidationStatusImpl.SEVERITY_EDEFAULT
The default value of the 'Severity
' attribute.Methods in com._1c.g5.aef2.standard.viewModels.impl that return ExternalValidationStatusSeverityModifier and TypeMethodDescriptionAefStandardFactoryImpl.createExternalValidationStatusSeverityFromString
(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ExternalValidationStatusEntryImpl.getSeverity()
ExternalValidationStatusImpl.getSeverity()
Methods in com._1c.g5.aef2.standard.viewModels.impl with parameters of type ExternalValidationStatusSeverityModifier and TypeMethodDescriptionvoid
ExternalValidationStatusEntryImpl.setSeverity
(ExternalValidationStatusSeverity newSeverity) -
Uses of ExternalValidationStatusSeverity in com._1c.g5.v8.dt.ui.aef.validation
Methods in com._1c.g5.v8.dt.ui.aef.validation that return ExternalValidationStatusSeverityModifier and TypeMethodDescriptionprotected ExternalValidationStatusSeverity
AefMarkerSupport.getSeverity
(Marker result)