org.apache.tuscany.sdo
Interface SDOTypeVisitor

All Known Implementing Classes:
BytecodeInterfaceGenerator, JavaInterfaceGenerator

public interface SDOTypeVisitor

Visitor interface that allows applications to process SDO type metadata.


Method Summary
 void visitEnd()
          Visit after all properties.
 void visitProperty(Property property)
          Visit a property definition.
 void visitType(Type type)
          Visit a type definition.
 

Method Detail

visitType

void visitType(Type type)
Visit a type definition.

Parameters:
type - the type to visit

visitProperty

void visitProperty(Property property)
Visit a property definition.

Parameters:
property - the property to visit

visitEnd

void visitEnd()
Visit after all properties.



Copyright © 2013 The Apache Software Foundation. All Rights Reserved.