public interface IdentificationCriteriaByIdRefImplVersion extends IdentificationCriteria
Specifies a criteria for matching an identification by its reference implementation version, also known as its toolkit version.
Identification.getRefImplVersion(),
ProductVersion| Modifier and Type | Method and Description |
|---|---|
ProductVersion |
getReferenceImplementationVersion()
Returns the product version of this
identification criteria.
|
void |
setReferenceImplementationVersion(ProductVersion referenceImplementationVersion)
Sets the product version of this
identification criteria.
|
getIdentificationCriteriaTypeProductVersion getReferenceImplementationVersion()
Returns the product version of this identification criteria.
void setReferenceImplementationVersion(ProductVersion referenceImplementationVersion) throws NullPointerException
Sets the product version of this identification criteria.
referenceImplementationVersion - Product version of this identification criteria.NullPointerException - The given product version is null.(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.