public class MatchingTypeValue extends Object
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Integer |
getMaxTypeOccurrence() |
Integer |
getMinTypeOccurrence() |
MatchingType |
getType() |
Object |
getValue() |
int |
hashCode() |
void |
setMaxTypeOccurrence(Integer maxTypeOccurrence) |
void |
setMinTypeOccurrence(Integer minTypeOccurrence) |
void |
setType(MatchingType type) |
void |
setValue(Object value) |
String |
toString() |
public MatchingType getType()
public void setType(MatchingType type)
public Object getValue()
public void setValue(Object value)
public Integer getMinTypeOccurrence()
public void setMinTypeOccurrence(Integer minTypeOccurrence)
public Integer getMaxTypeOccurrence()
public void setMaxTypeOccurrence(Integer maxTypeOccurrence)
Copyright © 2016–2019 Spring. All rights reserved.