public interface CPropertyVisitor<V>
CPropertyInfo
.
Ideally it should be defined on the runtime core model, but the runtime is on diet.
Hence it's defined here.CPropertyInfo.accept(CPropertyVisitor)
Modifier and Type | Method and Description |
---|---|
V |
onAttribute(CAttributePropertyInfo p) |
V |
onElement(CElementPropertyInfo p) |
V |
onReference(CReferencePropertyInfo p) |
V |
onValue(CValuePropertyInfo p) |
V onElement(CElementPropertyInfo p)
V onAttribute(CAttributePropertyInfo p)
V onValue(CValuePropertyInfo p)
V onReference(CReferencePropertyInfo p)
Copyright © 2017 JBoss by Red Hat. All rights reserved.