Class TableUsageCollector.TableUsageDescriptor

    • Constructor Detail

      • TableUsageDescriptor

        protected TableUsageDescriptor()
    • Method Detail

      • isValid

        public boolean isValid()
      • getAnnotatedElement

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

        public void setAnnotatedElement​(java.lang.reflect.Method annotatedElement)
      • isChangingOverTime

        public boolean isChangingOverTime()
      • setChangingOverTime

        public void setChangingOverTime​(boolean changingOverTime)
      • create

        public TableUsage 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<TableUsage>
        Parameters:
        parentElement - The parent of the part that should be created
        Returns:
        The newly created part