Package | Description |
---|---|
org.nuxeo.ecm.core.schema.types.constraints |
Implementation of schema xsd restrictions.
|
Modifier and Type | Method and Description |
---|---|
Constraint.Description |
TypeConstraint.getDescription()
Here, value is :
name = parameters = : org.nuxeo.ecm.core.schema.types.primitives.IntegerType |
Constraint.Description |
PatternConstraint.getDescription()
Here, value is :
name = parameters = : [0-9]+ |
Constraint.Description |
ObjectResolverConstraint.getDescription() |
Constraint.Description |
NumericIntervalConstraint.getDescription()
Here, value is :
name = parameters = : -125.87 // only if bounded : true // only if bounded : 232 // only if bounded : false // only if bounded |
Constraint.Description |
NotNullConstraint.getDescription()
Here, value is :
name = . |
Constraint.Description |
LengthConstraint.getDescription()
Here, value is :
name = parameters = : 5 // only is bounded : 10 // only if bounded |
Constraint.Description |
EnumConstraint.getDescription()
Here, value is :
name = parameter = : List[value1, value2, value3] |
Constraint.Description |
DateIntervalConstraint.getDescription()
Here, value is :
name = . |
Constraint.Description |
Constraint.getDescription()
Provides a description of a constraint.
|
Copyright © 2018 Nuxeo. All rights reserved.