Package oracle.rules.sdk2.ruleset
Class ActionPermutedChoice
java.lang.Object
oracle.rules.sdk2.dictionary.AbstractChoiceImpl
oracle.rules.sdk2.dictionary.AbstractVerbalChoice
oracle.rules.sdk2.ruleset.AbstractPermutedChoice
oracle.rules.sdk2.ruleset.ActionPermutedChoice
- All Implemented Interfaces:
Serializable,Cloneable,Choice,VerbalChoice
- Since:
- 12.1.2
- Author:
- gopandey
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface oracle.rules.sdk2.dictionary.Choice
Choice.Kind -
Field Summary
Fields inherited from interface oracle.rules.sdk2.dictionary.VerbalChoice
VERBAL_CHOICE_EXPR, VERBAL_CHOICE_TYPE, VERBAL_CHOICE_VAR -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionPermutedChoicenewPermutedChoice(Action dc, String form) Methods inherited from class oracle.rules.sdk2.ruleset.AbstractPermutedChoice
getAEReferences, getAlternateChoices, getPermutedPropertyChoice, getPermutedPropertyNames, getSimilarChoices, getTranslatedValue, getValue, hasParametersMethods inherited from class oracle.rules.sdk2.dictionary.AbstractVerbalChoice
addExpression, addExpression, canAddExpression, canRemoveExpression, equals, getDictionary, getName, getTranslatedName, getVerbalChoiceTokenizer, getVerbalValue, hashCode, isNewDefinition, removeExpression, toStringMethods inherited from class oracle.rules.sdk2.dictionary.AbstractChoiceImpl
getAltValue, getChildren, getDefinition, getDescription, getDescription, getID, getKind, getListContentType, getListContentType, getListContentTypeID, getLiteralValue, getName, getParent, getTranslatedName, getTranslatedValue, getType, getType, getTypeID, getValue, getVerbalValue, isAssignable, isAssignablePrefix, isExpanded, isGlobal, isQualified, isSelectable, isStatic, isTestable, setDefinition, setName, setSelectableMethods inherited from interface oracle.rules.sdk2.dictionary.Choice
getAltValue, getChildren, getDefinition, getDescription, getDescription, getID, getKind, getListContentType, getListContentType, getListContentTypeID, getLiteralValue, getName, getParent, getTranslatedName, getTranslatedValue, getType, getType, getTypeID, getValue, getVerbalValue, isAssignable, isAssignablePrefix, isExpanded, isGlobal, isQualified, isSelectable, isStatic, isTestable
-
Method Details
-
newPermutedChoice
-