Class MatchRequirementElement
- Object
-
- PathElement
-
- MatchRequirementElement
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MatchRequirementWithScriptingElement
public class MatchRequirementElement extends PathElement
The MatchRequirementElement element denotes that a certain match requirement has matched.
-
-
Constructor Summary
Constructors Constructor Description MatchRequirementElement(MatchRequirementI _matchRequirement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
String
getMatchRequirementId()
String
getMatchRequirementType()
String
getName()
String
getParentId()
String
getParentType()
String
getType()
String
toString()
-
Methods inherited from class PathElement
getPropertyGetters
-
-
-
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in classPathElement
-
getDescription
public String getDescription()
- Specified by:
getDescription
in classPathElement
-
getType
public String getType()
- Specified by:
getType
in classPathElement
-
getMatchRequirementType
public String getMatchRequirementType()
-
getMatchRequirementId
public String getMatchRequirementId()
-
getParentId
public String getParentId()
-
getParentType
public String getParentType()
-
toString
public String toString()
- Overrides:
toString
in classPathElement
-
-