public interface SearchByPackageKind extends SearchCriteria
Specifies a search criteria for matching packages defined by a kind of package.
PackageKind| Modifier and Type | Method and Description |
|---|---|
PackageKind |
getKind()
Returns the kind of package of the search criteria.
|
void |
setKind(PackageKind kind)
Sets the kind of package of the search criteria.
|
getSearchTagPackageKind getKind()
Returns the kind of package of the search criteria.
void setKind(PackageKind kind) throws NullPointerException
Sets the kind of package of the search criteria.
kind - Kind of package of the search criteria.NullPointerException - The given package kind is null.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.