@OpenApiAll public abstract class PropertyVisitorAdapter extends java.lang.Object implements PropertyVisitor
PropertyVisitor and override the methods for the required properties.
 (If you implement the PropertyVisitor interface, you have to define all of
 the methods in it. This abstract class defines empty methods for them
 all, so you can only override methods for properties you care about.)| Constructor and Description | 
|---|
PropertyVisitorAdapter()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
visit(BooleanProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ChoiceListProperty o)  | 
void | 
visit(ChoiceProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ClassPathEntriesListProperty o)  | 
void | 
visit(ColorProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ConstraintProperty o)  | 
void | 
visit(DateTimeProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ElementInstanceProperty o)  | 
void | 
visit(ElementListProperty o)  | 
void | 
visit(ElementProperty o)  | 
void | 
visit(ExtendablePropertyManager o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ExternalToolProperty o)  | 
void | 
visit(FileProperty o)  | 
void | 
visit(FontProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ImageProperty o)  | 
void | 
visit(JarEntryProperty o)  | 
void | 
visit(JDBCDriverClassNameProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ListProperty o)  | 
void | 
visit(LocaleProperty p)  | 
void | 
visit(com.nomagic.magicdraw.properties.MapProperty o)  | 
void | 
visit(NumberProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ui.ObjectListProperty o)  | 
void | 
visit(PageFormatProperty p)  | 
void | 
visit(PasswordProperty o)  | 
void | 
visit(Property o)  | 
void | 
visit(PropertyManager o)  | 
void | 
visit(PropertyManagerByDiagram o)  | 
void | 
visit(PropertyManagerByStereotype o)  | 
void | 
visit(com.nomagic.magicdraw.properties.SpecificElementProperty o)  | 
void | 
visit(StringProperty o)  | 
void | 
visit(Style p)  | 
void | 
visit(StyleManager o)  | 
void | 
visit(TypeProperty o)  | 
void | 
visit(com.nomagic.magicdraw.properties.ValueSpecificationProperty o)  | 
public void visit(Property o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ImageProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(ColorProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(ChoiceProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ChoiceListProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(FontProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(FileProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(BooleanProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(NumberProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(StyleManager o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(PropertyManager o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(PropertyManagerByDiagram o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(PropertyManagerByStereotype o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(StringProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(LocaleProperty p) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(PageFormatProperty p) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(Style p) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(JarEntryProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(JDBCDriverClassNameProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(PasswordProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ClassPathEntriesListProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(TypeProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(ElementProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ValueSpecificationProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.SpecificElementProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ConstraintProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(ElementListProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ElementInstanceProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ListProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(ExtendablePropertyManager o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ui.ObjectListProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.ExternalToolProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(com.nomagic.magicdraw.properties.MapProperty o)
           throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exceptionpublic void visit(DateTimeProperty o) throws java.lang.Exception
visit in interface PropertyVisitorjava.lang.Exception