public interface IProviderDescriptor
extends java.io.Serializable
Each implementation of cardreader provider contains an descriptor which contains information about name, licence, provider descriptions, etc.
This class implements the IProviderDescriptor interface.
The CardReaderProvider API delivers a default implementation with the class ProviderDesciptor.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClassName()
Name of implementing class
|
java.lang.String |
getDescription()
Detailed Description about the card reader provider
|
java.lang.String |
getLicense()
The licence of card reader provider
|
java.lang.String |
getName()
Unique card reader provider name
|
java.lang.String |
getShortDescription()
Very short description about the card reader provider.
|
java.lang.String getName()
Unique card reader provider name
java.lang.String getLicense()
The licence of card reader provider
java.lang.String getDescription()
Detailed Description about the card reader provider
java.lang.String getShortDescription()
Very short description about the card reader provider.
java.lang.String getClassName()
Name of implementing class