All Downloads are FREE. Search and download functionalities are using the official Maven repository.

java.Helper.ext Maven / Gradle / Ivy

There is a newer version: 1.24.1
Show newest version
extension java::GeneratorCommons;


cached List[uml::Property] getToStringProperties(uml::Class class):
	if enableDetailedToString() == true
	then class.ownedAttribute
	else class.ownedAttribute.select(e|e.association == null && e.isMultivalued() == false);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy