public class MatchDescription extends Object implements Serializable
Constructor and Description |
---|
MatchDescription() |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
String |
getMatchedSubstring() |
String |
getMatchType() |
String |
getReturnType() |
void |
setLabel(String label) |
void |
setMatchedSubstring(String matchedSubstring) |
void |
setMatchType(String matchType) |
void |
setReturnType(String returnType) |
public String getLabel()
public void setLabel(String label)
public String getMatchType()
public void setMatchType(String matchType)
public String getReturnType()
public void setReturnType(String returnType)
public String getMatchedSubstring()
public void setMatchedSubstring(String matchedSubstring)
Copyright © 2024. All rights reserved.