public class IdentificationCriteriaNoIdSearchImpl extends IdentificationCriteriaImpl implements IdentificationCriteriaNoIdSearch, Serializable, Cloneable
Implementation of a criteria for matching an identification that matches nothing.
| Constructor and Description |
|---|
IdentificationCriteriaNoIdSearchImpl()
Create a new criteria that matches no identifications.
|
| Modifier and Type | Method and Description |
|---|---|
IdentificationCriteriaNoIdSearchImpl |
clone() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString()
Pseudo-XML representation of this identification criteria.
|
getIdentificationCriteriaTypegetIdentificationCriteriaTypepublic IdentificationCriteriaNoIdSearchImpl()
Create a new criteria that matches no identifications.
public String toString()
Pseudo-XML representation of this identification criteria. No corresponding XML schema or DTD is defined. For example:
<IdentificationCriteria />
public IdentificationCriteriaNoIdSearchImpl clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.