Class OptionSetInfo

java.lang.Object
com.ptc.windchill.option.server.OptionSetInfo
All Implemented Interfaces:
Serializable

public class OptionSetInfo extends Object implements Serializable
A bean for OptionSets.

Supported API: true

Extendable: false
See Also:
  • Method Details

    • getAliases

      public Map<WTReference,Collection<com.ptc.windchill.option.bean.AliasInfoBean>> getAliases()
      gets Map of Aliases

      Supported API: true
      Returns:
      Mapinvalid input: '<'WTReference, Collection>
    • getOptionset

      public OptionSet getOptionset()
      get the OptionSet

      Supported API: true
      Returns:
      OptionSet
    • getChoices

      public Collection<com.ptc.windchill.option.choicecomponent.ChoiceInfoBean> getChoices()
      get the collection of choices

      Supported API: true
      Returns:
      Collection
    • getRules

      public Map<WTReference,Collection<com.ptc.windchill.option.bean.RuleInfoBean>> getRules()
      get the Map of Rules

      Supported API: true
      Returns:
      Mapinvalid input: '<'WTReference, Collection>