jpos.profile
Interface Profile

All Known Implementing Classes:
DefaultProfile

public interface Profile

Defines a Profile which is an abstract definition of a set of JposEntry objects and each entry's required set of properties

Since:
1.3 (SF 2K meeting)
Author:
E. Michael Maximilien (maxim@us.ibm.com)

Method Summary
 java.lang.String getDescription()
           
 DevCatInfoList getDevCatInfoList()
           
 java.lang.String getName()
           
 java.lang.String getVendorName()
           
 java.net.URL getVendorUrl()
           
 java.lang.String getVersion()
           
 

Method Detail

getName

public java.lang.String getName()
Returns:
the unique name of this profile

getVersion

public java.lang.String getVersion()
Returns:
the version of this profile

getDescription

public java.lang.String getDescription()
Returns:
a String description of this profile

getVendorName

public java.lang.String getVendorName()
Returns:
the vendor name of this profile

getVendorUrl

public java.net.URL getVendorUrl()
Returns:
the URL for this vendor

getDevCatInfoList

public DevCatInfoList getDevCatInfoList()
Returns:
the list of DevCatInfo for this profile


This API and code belongs to the JavaPOS committee please see LISCENCE file for details