• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

VAJ 3.5.3 - Property to Property Connections

 
Ranch Hand
Posts: 1157
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I had a query regarding Property to Property Connections with regard to code generated by VAJ 3.5.3.
Sometimes two methods are generated.For example connPtoP4SetTarget() and connPtoP4SetSource() for connPtoP4; while for a similar connection say connPtoP3 , you would find only one method connPtoP3SetTarget() generated.
What governs the generation of source and target methods for the connection?
I have another query with regard to a boolean variable which is generated sometimes in these types of connections.
For example :

What does ivjConnPtoP1Aligning signify in the above code snipplet?
Thanks in advance,
Sandeep
SCJP2,OCSD(Oracle JDeveloper),OCED(Oracle Internet Platform)
reply
    Bookmark Topic Watch Topic
  • New Topic