public class DefinitionCriteriaNoSearchImpl extends DefinitionCriteriaImpl implements DefinitionCriteriaNoSearch, Serializable, Cloneable
Implementation of a criteria for matching a definition that matches nothing.
| Constructor and Description |
|---|
DefinitionCriteriaNoSearchImpl()
Create a definition criteria that matches nothing.
|
| Modifier and Type | Method and Description |
|---|---|
DefinitionCriteriaNoSearchImpl |
clone() |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString()
Creates a pseudo-XML representation of this definition criteria.
|
getDefinitionTypegetDefinitionTypepublic DefinitionCriteriaNoSearchImpl()
Create a definition criteria that matches nothing.
public String toString()
Creates a pseudo-XML representation of this definition criteria. No XML schema or DTD is defined. For example:
<DefinitionCriteria />
public DefinitionCriteriaNoSearchImpl 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.