public abstract class AbstractConstraint extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
description |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
checkConstraint(Parameter parameter) |
String |
getDescription() |
ConstraintType |
getType() |
void |
setDescription(String description) |
void |
setType(ConstraintType type) |
protected String description
public ConstraintType getType()
public void setType(ConstraintType type)
public String getDescription()
public void setDescription(String description)
public abstract boolean checkConstraint(Parameter parameter)
Copyright © 2016. All rights reserved.