Class Entry
- java.lang.Object
-
- org.eclipse.viatra.addon.validation.core.Entry
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
Entry(Violation violation, IPatternMatch match)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IPatternMatch
getMatch()
java.lang.Object
getValue(java.lang.String propertyName)
Returns the value of a property with the given name.java.util.List<java.lang.Object>
getValues()
Returns a List of all property values of the entry.protected void
setMatch(IPatternMatch match)
-
-
-
Constructor Detail
-
Entry
protected Entry(Violation violation, IPatternMatch match)
-
-
Method Detail
-
getValue
public java.lang.Object getValue(java.lang.String propertyName)
Description copied from interface:IEntry
Returns the value of a property with the given name.
-
getValues
public java.util.List<java.lang.Object> getValues()
Description copied from interface:IEntry
Returns a List of all property values of the entry.
-
getMatch
protected IPatternMatch getMatch()
-
setMatch
protected void setMatch(IPatternMatch match)
-
-