Uses of Class
org.apache.jackrabbit.core.nodetype.ValueConstraint

Packages that use ValueConstraint
org.apache.jackrabbit.core.nodetype   
 

Uses of ValueConstraint in org.apache.jackrabbit.core.nodetype
 

Fields in org.apache.jackrabbit.core.nodetype declared as ValueConstraint
static ValueConstraint[] ValueConstraint.EMPTY_ARRAY
           
 

Methods in org.apache.jackrabbit.core.nodetype that return ValueConstraint
 ValueConstraint[] PropDefImpl.getValueConstraints()
          Returns the array of value constraints.
static ValueConstraint ValueConstraint.create(int type, String definition, NamespaceResolver nsResolver)
           
 ValueConstraint[] PropDef.getValueConstraints()
          Returns the array of value constraints.
 

Methods in org.apache.jackrabbit.core.nodetype with parameters of type ValueConstraint
 void PropDefImpl.setValueConstraints(ValueConstraint[] valueConstraints)
          Sets the value constraints.
 



Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.