public interface HasConstraints<ConstraintType extends DataConstraint>
Tagging interface for data components with constraints
Modifier and Type | Method and Description |
---|---|
ConstraintType |
getConstraint()
Gets the constraint property
|
OgcProperty<ConstraintType> |
getConstraintProperty()
Gets extra info (name, xlink, etc.) carried by the constraint property
|
boolean |
isSetConstraint()
Checks if constraint is set
|
void |
setConstraint(ConstraintType constraint)
Sets the constraint property
|
ConstraintType getConstraint()
OgcProperty<ConstraintType> getConstraintProperty()
boolean isSetConstraint()
void setConstraint(ConstraintType constraint)