Class ValidationRuleDescriptor

java.lang.Object
org.faktorips.runtime.model.type.read.PartDescriptor<ValidationRule>
org.faktorips.runtime.model.type.read.ValidationRuleDescriptor

public class ValidationRuleDescriptor extends PartDescriptor<ValidationRule>
  • Constructor Details

    • ValidationRuleDescriptor

      public ValidationRuleDescriptor()
  • Method Details

    • getAnnotatedElement

      public AnnotatedElement getAnnotatedElement()
    • setAnnotatedElement

      public void setAnnotatedElement(AnnotatedElement annotatedElement)
    • getMethod

      public Method getMethod()
    • setMethod

      public void setMethod(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