Uses of Enum Class
org.drools.drl.parser.lang.DroolsSentenceType
Packages that use DroolsSentenceType
-
Uses of DroolsSentenceType in org.drools.drl.parser.lang
Methods in org.drools.drl.parser.lang that return DroolsSentenceTypeModifier and TypeMethodDescriptionDroolsSentence.getType()getter of sentence typestatic DroolsSentenceTypeReturns the enum constant of this class with the specified name.static DroolsSentenceType[]DroolsSentenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.drools.drl.parser.lang with parameters of type DroolsSentenceTypeModifier and TypeMethodDescriptionvoidParserHelper.beginSentence(DroolsSentenceType sentenceType) voidDroolsSentence.setType(DroolsSentenceType type) setter of sentence type