Package com.imc.iss.groovy.valueDomain
Class ValueDomainListContainer
java.lang.Object
com.imc.iss.groovy.valueDomain.ValueDomainListContainer
This is a class representing an ValueDomainListContainer for use by groovy
scripts
Inside the script, an instance of this class, containing the data of the value domain attributes that the script will be run on, will be provided automatically and can be accessed as a variable named valueDomainListContainer
-
Constructor Summary
ConstructorsConstructorDescriptionValueDomainListContainer(List<ValueDomain> valueDomains, BusinessAttribute attribute) -
Method Summary
Modifier and TypeMethodDescriptionclone()To get the BusinessAttribute of the attribute field.To get the list of value domains for the attribute field.
-
Constructor Details
-
ValueDomainListContainer
-
-
Method Details
-
clone
-
getAttribute
To get the BusinessAttribute of the attribute field.- Returns:
- The Attribute as BusinessAttribute.
-
getValueDomains
To get the list of value domains for the attribute field.- Returns:
- The ValueDomains as List
.
-