public interface DefinitionCriteriaByName extends DefinitionCriteria
Criteria for matching a definition by its name.
DefinitionObject.getName()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name defining this definition criteria.
|
void |
setName(String name)
Sets the name defining this definition criteria.
|
getDefinitionTypeString getName()
Returns the name defining this definition criteria.
void setName(String name) throws NullPointerException
Sets the name defining this definition criteria.
name - Name defining this definition criteria.NullPointerException - The definition name is null.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.