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:

Method Summary
VonAttribute(CAttributePropertyInfo p)
VonElement(CElementPropertyInfo p)
VonReference(CReferencePropertyInfo p)
VonValue(CValuePropertyInfo p)

Method Detail

onAttribute

public V onAttribute(CAttributePropertyInfo p)

onElement

public V onElement(CElementPropertyInfo p)

onReference

public V onReference(CReferencePropertyInfo p)

onValue

public V onValue(CValuePropertyInfo p)