|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void visitType(Type type)
type
- the type to visitvoid visitProperty(Property property)
property
- the property to visitvoid visitEnd()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |