public interface SearchByName extends SearchCriteria
Specifies a search criteria for matching packages defined by package name.
Package.getPackageName()| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the name that defines the search criteria.
|
void |
setName(String name)
Sets the name the defines the search criteria.
|
getSearchTagString getName()
Returns the name that defines the search criteria.
void setName(String name) throws NullPointerException
Sets the name the defines the search criteria.
name - Name defining the search criteria.NullPointerException - The given name is null.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.