Uses of Class
org.fopps.model.ConstraintType

Packages that use ConstraintType
org.fopps.model   
 

Uses of ConstraintType in org.fopps.model
 

Fields in org.fopps.model declared as ConstraintType
static ConstraintType ConstraintType.Exclude
           
static ConstraintType ConstraintType.Include
           
 

Methods in org.fopps.model that return ConstraintType
 ConstraintType Constraint.getConstraintType()
           
 

Methods in org.fopps.model with parameters of type ConstraintType
 void Constraint.setConstraintType(ConstraintType pConstraintType)
           
 

Constructors in org.fopps.model with parameters of type ConstraintType
FeatureConstraint(AbstractItem pFrom, AbstractItem pTo, ConstraintType constraintType)
          Creates a new feature constraint
Constraint(AbstractItem pFrom, AbstractItem pTo, ConstraintType pConstraintType)
          Creates a new constraint
ConfigurationConstraint(AbstractItem pFrom, AbstractItem pTo, ConstraintType constraintType)
           
 



Fopps 0.19 - Copyright © 2002 Oliver Wieland. All Rights Reserved.