Uses of Interface
org.weda.property.Constraint

Packages that use Constraint
org.weda.property   
org.weda.property.impl   
org.weda.store.impl   
 

Uses of Constraint in org.weda.property
 

Subinterfaces of Constraint in org.weda.property
 interface SetConstraint
          Constraint ограничивающий значение свойства множеством значений заданных в ограничении.
 

Methods in org.weda.property that return Constraint
 Constraint SetValue.getConstraint()
          Метод возвращает ограничение владеющее объектом.
 Constraint ConstraintsRegistry.getConstraint(java.lang.String id)
          Метод возвращает ограничение по его идентификатору.
 

Methods in org.weda.property that return types with arguments of type Constraint
 java.util.List<Constraint> PropertyDescriptor.getConstraints()
          Метод возвращает список ограничений наложенных на свойство.
 java.util.List<Constraint> ConstraintsFactory.getConstraints()
          Метод возвращает ограничения доступные factory
 

Uses of Constraint in org.weda.property.impl
 

Classes in org.weda.property.impl that implement Constraint
 class AbstractConstraint
           
 class ConstraintContainer
          Ограничение которое при проверке (вызове метода check(Object, Object[])) вызывает метод объекта переданного в конструкторе.
 class NotNullConstraint
           
 class StaticSetConstraint
           
 

Methods in org.weda.property.impl that return Constraint
 Constraint SetValueImpl.getConstraint()
           
 Constraint ConstraintsRegistryImpl.getConstraint(java.lang.String id)
           
 

Methods in org.weda.property.impl that return types with arguments of type Constraint
 java.util.List<Constraint> PropertyDescriptorImpl.getConstraints()
           
 java.util.List<Constraint> ConstraintsFactoryImpl.getConstraints()
           
 

Methods in org.weda.property.impl with parameters of type Constraint
 void PropertyDescriptorImpl.addConstraint(Constraint constraint)
           
 void SetValueImpl.setConstraint(Constraint constraint)
           
 

Uses of Constraint in org.weda.store.impl
 

Classes in org.weda.store.impl that implement Constraint
 class ObjectSourceSetConstraint
          Ограничение значения свойства множеством значений из источника объектов.
 



Copyright © 2005-2006 . All Rights Reserved.