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.
- Author:
- Kohsuke Kawaguchi
- See Also:
CPropertyInfo.accept(CPropertyVisitor)
onElement
V onElement(CElementPropertyInfo p)
onAttribute
V onAttribute(CAttributePropertyInfo p)
onValue
V onValue(CValuePropertyInfo p)
onReference
V onReference(CReferencePropertyInfo p)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.