Class ValidationRuleDescriptor

    • Constructor Detail

      • ValidationRuleDescriptor

        public ValidationRuleDescriptor()
    • Method Detail

      • getAnnotatedElement

        public java.lang.reflect.AnnotatedElement getAnnotatedElement()
      • setAnnotatedElement

        public void setAnnotatedElement​(java.lang.reflect.AnnotatedElement annotatedElement)
      • getMethod

        public java.lang.reflect.Method getMethod()
      • setMethod

        public void setMethod​(java.lang.reflect.Method method)
      • create

        public ValidationRule create​(ModelElement parentElement)
        Description copied from class: PartDescriptor
        Is called by the collector to create a part of type T using the previously collected information.
        Specified by:
        create in class PartDescriptor<ValidationRule>
        Parameters:
        parentElement - The parent of the part that should be created
        Returns:
        The newly created part