Interface PropertyVisitorAcceptor

All Known Implementing Classes:
AbstractChoiceProperty, BooleanProperty, ChoiceProperty, ClassPathEntriesListProperty, ColorProperty, DateTimeProperty, ElementListProperty, ElementProperty, ExtendablePropertyManager, FileProperty, FontProperty, JarEntryProperty, JDBCDriverClassNameProperty, ListProperty, LocaleProperty, NumberProperty, PageFormatProperty, PasswordProperty, Property, PropertyManager, PropertyManagerByDiagram, PropertyManagerByStereotype, StringProperty, Style, StyleManager, TypeProperty

@OpenApiAll public interface PropertyVisitorAcceptor
The interface for object that can be visited with PropertyVisitor.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    The accept method.
    Returns class type as string.
  • Method Details

    • accept

      void accept(PropertyVisitor visitor) throws Exception
      The accept method.
      Parameters:
      visitor - the given visitor.
      Throws:
      Exception
    • getClassType

      String getClassType()
      Returns class type as string. Class type must be different for different type of properties.
      Returns:
      class type.