|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCADI.Client.ClientProperties
public class ClientProperties
This class is a container to save the client parameters.
NOTE: This a transitional class which will be not used
| Field Summary | |
|---|---|
int |
cacheType
Indicates, if used, which cache type is used. |
static int |
EXPLICIT
|
boolean[] |
imageReturnTypes
Allowed image return types. |
static int |
IMPLICIT
|
static int |
NO_CACHE
Allowed values for cache type |
boolean |
useIndexRange
|
boolean |
useNumberOfBytes
|
boolean |
useNumberOfLayers
|
boolean |
useWildcard
|
| Constructor Summary | |
|---|---|
ClientProperties()
Constructor. |
|
| Method Summary | |
|---|---|
void |
list(java.io.PrintStream out)
Prints this Client Properties fields out to the specified output stream. |
void |
reset()
Sets the attributes to its initial values. |
java.lang.String |
toString()
For debugging purposes. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int cacheType
public static final int NO_CACHE
public static final int EXPLICIT
public static final int IMPLICIT
public boolean useWildcard
public boolean useIndexRange
public boolean useNumberOfLayers
public boolean useNumberOfBytes
public boolean[] imageReturnTypes
Further information about image return types, see ImageReturnTypes
Default values are {true, false, false, .... }
| Constructor Detail |
|---|
public ClientProperties()
| Method Detail |
|---|
public void reset()
public java.lang.String toString()
toString in class java.lang.Objectpublic void list(java.io.PrintStream out)
out - an output stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||