jpos.profile
Interface DevCatInfo
- All Known Implementing Classes:
- DefaultDevCatInfo
- public interface DevCatInfo
Defines an interface that aggregates information for a JavaPOS device category
- Since:
- 1.3 (SF 2K meeting)
- Author:
- E. Michael Maximilien (maxim@us.ibm.com)
getProfile
public Profile getProfile()
- Returns:
- the Profile associated with this DevCatInfo
getDevCat
public DevCat getDevCat()
- Returns:
- the DevCat
getStandardProps
public PropInfoList getStandardProps()
- Returns:
- the list of standard properties for this DevCat
getRequiredProps
public PropInfoList getRequiredProps()
- Returns:
- the list of required properties for this DevCat
getOptionalProps
public PropInfoList getOptionalProps()
- Returns:
- the list of optional properties for this DevCat
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- the String representation of this DevCat
This API and code belongs to the JavaPOS committee please see LISCENCE file for details