public interface DataConstraint extends NamedObject
Title: Framework Support Library
Description: Defines a Data Constraint.
Copyright: Copyright (c) 2020
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns a description of the constraint.
|
java.lang.String |
getModel()
Returns a model name of the constraint.
|
boolean |
matchesValue(java.lang.Object value)
Checks if the specified value matches the constraint.
|
void |
setDescription(java.lang.String description)
Sets the description of the constraint.
|
getName
java.lang.String getModel()
java.lang.String getDescription()
void setDescription(java.lang.String description)
description
- the description to be set.boolean matchesValue(java.lang.Object value)
value
- the value to be checked.true
if the specified value matches the constraint, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.