samples.methods.extendedArgument.pec Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WebSite Show documentation
Show all versions of WebSite Show documentation
Prompto Documentation Web Site POM
define shortName as Text attribute
define Product as category with attribute shortName
define family as Text attribute
define Software as Product with attribute family
define printFamily as method receiving Product p with attribute family doing:
printLine p.family
define main as method doing:
c = Software with "Prompto" as shortName and "language" as family
printFamily c
© 2015 - 2024 Weber Informatics LLC | Privacy Policy