com.ibm.ism.content.mriu

Class SelectionReplacementValue

  • All Implemented Interfaces:
    java.lang.Cloneable


    public class SelectionReplacementValue
    extends AbstractReplacementValue
    This class is used for replacement values in which the user has the select one from a choice of many.
    • Constructor Detail

      • SelectionReplacementValue

        public SelectionReplacementValue(java.lang.String id,
                                         java.lang.String columnName,
                                         java.lang.String description,
                                         boolean pkgDefault,
                                         java.lang.String pattern,
                                         java.lang.String defaultvalue)
    • Method Detail

      • getType

        public int getType()