|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttv.amwa.maj.argument.DefinitionCriteria
tv.amwa.maj.argument.DefinitionCriteriaNoSearch
public class DefinitionCriteriaNoSearch
Implementation of a criteria for matching a definition that matches nothing.
Constructor Summary | |
---|---|
DefinitionCriteriaNoSearch()
Create a definition criteria that matches nothing. |
Method Summary | |
---|---|
DefinitionCriteriaNoSearch |
clone()
|
boolean |
equals(Object o)
|
int |
hashCode()
|
String |
toString()
Creates a pseudo-XML representation of this definition criteria. |
Methods inherited from class tv.amwa.maj.argument.DefinitionCriteria |
---|
getDefinitionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface tv.amwa.maj.union.DefinitionCriteria |
---|
getDefinitionType |
Constructor Detail |
---|
public DefinitionCriteriaNoSearch()
Create a definition criteria that matches nothing.
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public String toString()
Creates a pseudo-XML representation of this definition criteria. No XML schema or DTD is defined. For example:
<DefinitionCriteria />
toString
in class Object
public DefinitionCriteriaNoSearch clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public int hashCode()
hashCode
in class Object
|
Media Authoring with Java API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |