com.sapportals.portal.useragent
Interface IUserAgentService.IDTextPair

Enclosing class:
IUserAgentService

public static interface IUserAgentService.IDTextPair

static inner class that stores an ID-text pair, i.e. the technical ID and a human readable text. It is used by the methods IUserAgentService.getAllKnownTypes(Locale) and IUserAgentService.getAllKnownPlatforms(Locale).


Method Summary
 java.lang.String getID()
          String that holds the technical ID
 java.lang.String getText()
          String that holds the human readable text
 

Method Detail

getID

public java.lang.String getID()
String that holds the technical ID

getText

public java.lang.String getText()
String that holds the human readable text