samples.categories.copy-enrich.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 dateOfBirth as Date attribute
define Candidate as category with attributes name and dateOfBirth
define grade as Text attribute
define Employee as category with attributes name, dateOfBirth and grade
define main as method doing:
john = Candidate with "John" as name and '1993-10-20' as dateOfBirth
new_joiner = Employee from john with "manager" as grade
printLine new_joiner
© 2015 - 2024 Weber Informatics LLC | Privacy Policy