public class ValueDomainListContainer extends Object
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 and Description |
---|
ValueDomainListContainer(List<ValueDomain> valueDomains,
BusinessAttribute attribute) |
Modifier and Type | Method and Description |
---|---|
ValueDomainListContainer |
clone() |
BusinessAttribute |
getAttribute()
To get the BusinessAttribute of the attribute field.
|
List<ValueDomain> |
getValueDomains()
To get the list of value domains for the attribute field.
|
public ValueDomainListContainer(List<ValueDomain> valueDomains, BusinessAttribute attribute)
public ValueDomainListContainer clone()
public BusinessAttribute getAttribute()
public List<ValueDomain> getValueDomains()