wt.tools.metamodel
Class MatchedConstrainedProperty

java.lang.Object
  extended bywt.tools.metamodel.MatchedElement
      extended bywt.tools.metamodel.MatchedDifferentProperty
          extended bywt.tools.metamodel.MatchedConstrainedProperty
All Implemented Interfaces:
Serializable, com.objectspace.jgl.UnaryPredicate

public final class MatchedConstrainedProperty
extends MatchedDifferentProperty

See Also:
Serialized Form

Field Summary
 
Fields inherited from class wt.tools.metamodel.MatchedElement
compareTo
 
Fields inherited from interface com.objectspace.jgl.UnaryPredicate
serialVersionUID
 
Constructor Summary
MatchedConstrainedProperty(ClassProperty theProperty)
           
 
Method Summary
 boolean execute(Object arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MatchedConstrainedProperty

public MatchedConstrainedProperty(ClassProperty theProperty)
Method Detail

execute

public boolean execute(Object arg)
Specified by:
execute in interface com.objectspace.jgl.UnaryPredicate
Overrides:
execute in class MatchedDifferentProperty