Class ValueDomainListContainer

java.lang.Object
com.imc.iss.groovy.valueDomain.ValueDomainListContainer

public class ValueDomainListContainer extends Object
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 Details

  • Method Details

    • clone

      public ValueDomainListContainer clone()
    • getAttribute

      public BusinessAttribute getAttribute()
      To get the BusinessAttribute of the attribute field.
      Returns:
      The Attribute as BusinessAttribute.
    • getValueDomains

      public List<ValueDomain> getValueDomains()
      To get the list of value domains for the attribute field.
      Returns:
      The ValueDomains as List.