Class MapConstraint
- java.lang.Object
-
- org.drools.impact.analysis.model.left.Constraint
-
- org.drools.impact.analysis.model.left.MapConstraint
-
public class MapConstraint extends Constraint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.drools.impact.analysis.model.left.Constraint
Constraint.Type
-
-
Field Summary
-
Fields inherited from class org.drools.impact.analysis.model.left.Constraint
property, type, value
-
-
Constructor Summary
Constructors Constructor Description MapConstraint(Constraint constraint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKey()voidsetKey(java.lang.String key)java.lang.StringtoString()-
Methods inherited from class org.drools.impact.analysis.model.left.Constraint
getProperty, getType, getValue, setProperty, setType, setValue
-
-
-
-
Constructor Detail
-
MapConstraint
public MapConstraint(Constraint constraint)
-
-
Method Detail
-
getKey
public java.lang.String getKey()
-
setKey
public void setKey(java.lang.String key)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classConstraint
-
-