Class GetPropertiesExecutor

  • All Implemented Interfaces:
    BindingWalker.Visitor

    public class GetPropertiesExecutor
    extends Object
    implements BindingWalker.Visitor
    Gets properties from a parent object by visiting bindings in the hierachy. The object properties are stored as name, object tuples.
    Author:
    Justin Deoliveira, The Open Planning Project
    • Constructor Summary

      Constructors 
      Constructor Description
      GetPropertiesExecutor​(Object parent, XSDElementDeclaration element)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<Object[]> getProperties()  
      void visit​(Binding binding)  
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetPropertiesExecutor

        public GetPropertiesExecutor​(Object parent,
                                     XSDElementDeclaration element)