samples.categories.copy-overwrite.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 city as Text attribute
define Candidate as category with attributes name and city
define role as Text attribute
define Employee as category with attributes name, city and role
define main as method doing:
john = Candidate with "John" as name and "Tokyo" as city
new_joiner = Employee from john with "developer" as role and "Mumbai" as city
printLine new_joiner
© 2015 - 2024 Weber Informatics LLC | Privacy Policy