org.cristalise.dsl.persistency.outcome.Reference.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cristalise-dsl Show documentation
Show all versions of cristalise-dsl Show documentation
CRISTAL-iSE Domain Specific Language module for bootstrapping and funtional testing
package org.cristalise.dsl.persistency.outcome;
public class Reference {
/**
* It holds information about the referenced Item type, which is either
*
* - String containing the Item type
*
- Reference of the PropertyDescriptionList object representing the referenced Item type
*
*/
def itemType
}