public interface Constrained
A interface for something that is constrained by various criteria
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
applyConstraint(String constraintName, Object constrainingValue) |
|
public String |
getFormat() |
|
public List |
getInList()
|
|
public String |
getMatches() |
|
public Comparable |
getMax()
|
|
public Integer |
getMaxSize() |
|
public Comparable |
getMin()
|
|
public Integer |
getMinSize() |
|
public Object |
getNotEqual() |
|
public int |
getOrder() |
|
public Class<?> |
getOwner() |
|
public Class<?> |
getPropertyType()
|
|
public Range |
getRange()
|
|
public Integer |
getScale() |
|
public Range |
getSize() |
|
public boolean |
hasAppliedConstraint(String constraintName)
|
|
public boolean |
isBlank() |
|
public boolean |
isCreditCard() |
|
public boolean |
isDisplay() |
|
public boolean |
isEditable() |
|
public boolean |
isEmail() |
|
public boolean |
isNullable() |
|
public boolean |
isPassword() |
|
public boolean |
isUrl() |
|
public boolean |
supportsContraint(String constraintName) |
constraintName
- The name of the constraint to check