|
OOP Pop3Receiver Version 2.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bentofw.popreceiver.ConfigPerPop3
public class ConfigPerPop3
Parameters defined for each POP3 server.
| Method Summary | |
|---|---|
boolean[] |
getArrayOfBoolean(java.lang.String key)
Returns the array of boolean for the specified key. |
double[] |
getArrayOfDouble(java.lang.String key)
Returns the array of double for the specified key. |
int[] |
getArrayOfInt(java.lang.String key)
Returns the array of int for the specified key. |
long[] |
getArrayOfLong(java.lang.String key)
Returns the array of long for the specified key. |
java.lang.String[] |
getArrayOfString(java.lang.String key)
Returns the array of String for the specified key. |
boolean |
getBoolean(java.lang.String key)
Returns the boolean primitive for the specified key. |
double |
getDouble(java.lang.String key)
Returns the double primitive for the specified key. |
int |
getInt(java.lang.String key)
Returns the int primitive for the specified key. |
long |
getLong(java.lang.String key)
Returns the long primitive for the specified key. |
java.util.Set |
getSetOfString(java.lang.String key)
Returns the set of String for the specified key. |
java.lang.String |
getString(java.lang.String key)
Returns the String for the specified key. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getString(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public int getInt(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public long getLong(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public double getDouble(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public boolean getBoolean(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public java.util.Set getSetOfString(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public java.lang.String[] getArrayOfString(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public int[] getArrayOfInt(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public long[] getArrayOfLong(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public double[] getArrayOfDouble(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
public boolean[] getArrayOfBoolean(java.lang.String key)
throws NoValueFoundException
key - The name of the key of the parameter.
NoValueFoundException - - if the value is not defined for the specified key.
|
OOP Pop3Receiver Version 2.2 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ALL CONTENTS COPYRIGHT 2005, OOP-Research Corporation. All rights reserved.
Any questions and comments are welcome to OOP-Research Corporation.