org.weda.property.impl
Class ConstraintsFactoryImpl

java.lang.Object
  extended by org.weda.property.impl.ConstraintsFactoryImpl
All Implemented Interfaces:
ConstraintsFactory

public class ConstraintsFactoryImpl
extends java.lang.Object
implements ConstraintsFactory

Author:
Mikhail Titov

Constructor Summary
ConstraintsFactoryImpl()
           
 
Method Summary
 java.util.List<Constraint> getConstraints()
          Метод возвращает ограничения доступные factory
 void init()
           
 void setConstraintsConfig(java.util.List config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintsFactoryImpl

public ConstraintsFactoryImpl()
Method Detail

init

public void init()
          throws ConstraintsFactoryException
Throws:
ConstraintsFactoryException

getConstraints

public java.util.List<Constraint> getConstraints()
Description copied from interface: ConstraintsFactory
Метод возвращает ограничения доступные factory

Specified by:
getConstraints in interface ConstraintsFactory

setConstraintsConfig

public void setConstraintsConfig(java.util.List config)


Copyright © 2005-2006 . All Rights Reserved.