fr.inrialpes.exmo.align.impl.edoal
Class ClassValueRestriction
java.lang.Object
fr.inrialpes.exmo.align.impl.edoal.Expression
fr.inrialpes.exmo.align.impl.edoal.ClassExpression
fr.inrialpes.exmo.align.impl.edoal.ClassRestriction
fr.inrialpes.exmo.align.impl.edoal.ClassValueRestriction
- All Implemented Interfaces:
- Cloneable, Visitable
public class ClassValueRestriction
- extends ClassRestriction
- implements Cloneable
Represents a type valueCondition tag for PropertyExpressions.
$Id: ClassValueRestriction.java 1435 2010-04-24 17:38:45Z euzenat $
Created on 24-Mar-2005 Committed by $Author: poettler_ric $
- Version:
- $Revision: 1.6 $ $Date: 2010-03-07 20:40:05 +0100 (Sun, 07 Mar 2010) $
- Author:
- Richard Pöttler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
comparator
Comparator comparator
value
ValueExpression value
ClassValueRestriction
public ClassValueRestriction(PathExpression p,
Comparator comp,
ValueExpression v)
- Constructs a ClassValueRestriction with the given restriction.
- Parameters:
p
- the restricted PathExpressioncomp
- the Comparator defining the restrictionv
- the ValueExpression to which it is restricted
- Throws:
NullPointerException
- if the restriction is null
getComparator
public Comparator getComparator()
setComparator
public void setComparator(Comparator comp)
getValue
public ValueExpression getValue()
setValue
public void setValue(ValueExpression v)
(C) INRIA & friends, 2003-${curryear}