Package com.ptc.windchill.option.server
Class OptionSetInfo
java.lang.Object
com.ptc.windchill.option.server.OptionSetInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionMap<WTReference, Collection<com.ptc.windchill.option.bean.AliasInfoBean>> gets Map of Aliases
Supported API: trueCollection<com.ptc.windchill.option.choicecomponent.ChoiceInfoBean> get the collection of choices
Supported API: trueget the OptionSet
Supported API: trueMap<WTReference, Collection<com.ptc.windchill.option.bean.RuleInfoBean>> getRules()get the Map of Rules
Supported API: true
-
Method Details
-
getAliases
gets Map of Aliases
Supported API: true- Returns:
- Mapinvalid input: '<'WTReference, Collection
>
-
getOptionset
get the OptionSet
Supported API: true- Returns:
- OptionSet
-
getChoices
get the collection of choices
Supported API: true- Returns:
- Collection
-
getRules
get the Map of Rules
Supported API: true- Returns:
- Mapinvalid input: '<'WTReference, Collection
>
-