jsdai.lang
Class MappingConstraintMatcher.MatcherInstances

java.lang.Object
  extended byjsdai.lang.MappingConstraintMatcher.MatcherInstances
All Implemented Interfaces:
MappingConstraintMatcher.MappingMatcherInstances
Enclosing class:
MappingConstraintMatcher

public static class MappingConstraintMatcher.MatcherInstances
extends java.lang.Object
implements MappingConstraintMatcher.MappingMatcherInstances

This class defines entity instances for use in MappingConstraintMatcher It is meant for mapping operations internal use.

Since:
3.6.0

Method Summary
 boolean equals(java.lang.Object obj)
          Compares this matcher instances to other matcher instances.
 MappingConstraintMatcher.MatcherInstances getConcreteInstances()
          Returns concrete matcher instances.
 MappingConstraintMatcher.MatcherInstances getMatcherInstances()
          Returns matcher instances.
 int hashCode()
          Returns the hash code value.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Compares this matcher instances to other matcher instances.

Parameters:
obj - an object to compare
Returns:
true if object to compare to is MatcherInstances and contains the same instances and the same auxiliary information.

hashCode

public int hashCode()
Returns the hash code value.

Returns:
the result of expression instances.hashCode() ^ status ^ attributePathTop

getMatcherInstances

public MappingConstraintMatcher.MatcherInstances getMatcherInstances()
Description copied from interface: MappingConstraintMatcher.MappingMatcherInstances
Returns matcher instances. It is meant for mapping operations internal use.

Specified by:
getMatcherInstances in interface MappingConstraintMatcher.MappingMatcherInstances
Returns:
the matcher instances

getConcreteInstances

public MappingConstraintMatcher.MatcherInstances getConcreteInstances()
Description copied from interface: MappingConstraintMatcher.MappingMatcherInstances
Returns concrete matcher instances. It is meant for mapping operations internal use.

Specified by:
getConcreteInstances in interface MappingConstraintMatcher.MappingMatcherInstances
Returns:
the concrete matcher instances

Copyright © LKSoftWare GmbH, 1999-2008