Uses of Class
org.gcube.contentmanagement.contentmanager.stubs.model.constraints.BaseConstraint

Packages that use BaseConstraint
org.gcube.contentmanagement.contentmanager.stubs.model.constraints   
 

Uses of BaseConstraint in org.gcube.contentmanagement.contentmanager.stubs.model.constraints
 

Subclasses of BaseConstraint in org.gcube.contentmanagement.contentmanager.stubs.model.constraints
 class After
          Constraints Calendar values to be later than a given one.
 class AfterDate
          Constraints Date values to be later than a given one.
 class All<T>
          Constrains values to satisfy one ore more constraints.
 class AnyValue
          The 'null' constraint that does not constrain any value of any type.
 class Before
          Constraints Calendar values to be earlier than a given one.
 class BeforeDate
          Constraints Date values to be earlier than a given one.
 class Either<T>
          Constrains values to satisfy at least one of one or more constraints.
 class Less
          Constrains Double values to be strictly smaller than a given one.
 class Match
          Constrains values to match a regular expression.
 class More
          Constraints values of type Double to be strictly greater than a given one.
 class Not<T>
          Constrains values to not satisfy a given constraint.
 class Same<T>
          Constrains values to be equal to a given one (in the Object.equals(Object) sense).