Class IdentifierValidator

    • Field Detail

      • INSTANCE

        public static final IdentifierValidator INSTANCE
        The cached model package
        Generated class or method.
      • DIAGNOSTIC_CODE_COUNT

        protected static final int DIAGNOSTIC_CODE_COUNT
        A constant with a fixed name that can be used as the base value for additional hand written constants in a derived class.
        See Also:
        Constant Field Values
        Generated class or method.
      • IDENTIFIER__IDENTIFIER_IS_UNIQUE__EEXPRESSION

        protected static final String IDENTIFIER__IDENTIFIER_IS_UNIQUE__EEXPRESSION
        The cached validation expression for the identifierIsUnique constraint of 'Identifier'.
        See Also:
        Constant Field Values
        Generated class or method.
    • Constructor Detail

      • IdentifierValidator

        public IdentifierValidator()
        Creates an instance of the switch.
        Generated class or method.
    • Method Detail

      • validateIdentifier_identifierIsUnique

        public boolean validateIdentifier_identifierIsUnique​(Identifier identifier,
                                                             DiagnosticChain diagnostics,
                                                             Map<Object,​Object> context)
        Validates the identifierIsUnique constraint of 'Identifier'.
        Generated class or method.
      • getResourceLocator

        public ResourceLocator getResourceLocator()
        Returns the resource locator that will be used to fetch messages for this validator's diagnostics.
        Overrides:
        getResourceLocator in class EObjectValidator
        Generated class or method.