Class RuleModelPeerVariableVisitor.ValueHolder
- java.lang.Object
-
- org.drools.workbench.screens.guided.template.client.editor.RuleModelPeerVariableVisitor.ValueHolder
-
- Enclosing class:
- RuleModelPeerVariableVisitor
public static class RuleModelPeerVariableVisitor.ValueHolder extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleModelPeerVariableVisitor.ValueHolder.Type
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFieldName()RuleModelPeerVariableVisitor.ValueHolder.TypegetType()StringgetValue()
-
-
-
Method Detail
-
getFieldName
public String getFieldName()
-
getValue
public String getValue()
-
getType
public RuleModelPeerVariableVisitor.ValueHolder.Type getType()
-
-