public class AllowedPatternConstraint extends AbstractConstraint
description
Constructor and Description |
---|
AllowedPatternConstraint() |
AllowedPatternConstraint(String allowed_pattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
checkConstraint(Parameter parameter) |
String |
getAllowed_pattern() |
void |
setAllowed_pattern(String allowed_pattern) |
getDescription, getType, setDescription, setType
public AllowedPatternConstraint()
public AllowedPatternConstraint(String allowed_pattern)
public String getAllowed_pattern()
public void setAllowed_pattern(String allowed_pattern)
public boolean checkConstraint(Parameter parameter)
checkConstraint
in class AbstractConstraint
Copyright © 2016. All rights reserved.