com.sun.tools.xjc.model
Interface CPropertyVisitor<V>


public interface CPropertyVisitor<V>

Visitor for CPropertyInfo. Ideally it should be defined on the runtime core model, but the runtime is on diet. Hence it's defined here.

See Also:
CPropertyInfo.accept(CPropertyVisitor)

Method Summary
 V onAttribute(CAttributePropertyInfo p)
           
 V onElement(CElementPropertyInfo p)
           
 V onReference(CReferencePropertyInfo p)
           
 V onValue(CValuePropertyInfo p)
           
 

Method Detail

onElement

V onElement(CElementPropertyInfo p)

onAttribute

V onAttribute(CAttributePropertyInfo p)

onValue

V onValue(CValuePropertyInfo p)

onReference

V onReference(CReferencePropertyInfo p)