|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
CPropertyInfo.accept(CPropertyVisitor)
Method Summary | |
---|---|
V |
onAttribute(CAttributePropertyInfo p)
|
V |
onElement(CElementPropertyInfo p)
|
V |
onReference(CReferencePropertyInfo p)
|
V |
onValue(CValuePropertyInfo p)
|
Method Detail |
---|
V onElement(CElementPropertyInfo p)
V onAttribute(CAttributePropertyInfo p)
V onValue(CValuePropertyInfo p)
V onReference(CReferencePropertyInfo p)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |