org.soaplab.services.metadata
Class CondDef
java.lang.Object
org.soaplab.services.metadata.CondDef
public class CondDef
- extends java.lang.Object
- Version:
- $Id: CondDef.java,v 1.1.1.1 2006/11/03 09:15:01 marsenger Exp $
- Author:
- Martin Senger
Constructor Summary |
CondDef()
Constructors |
Method Summary |
boolean |
exists(java.lang.String key)
|
java.lang.String |
format(int indent)
As toString() but with indentations. |
java.lang.String |
get(java.lang.String key)
|
int |
getInt(java.lang.String key)
|
boolean |
is(java.lang.String key)
Convenient methods for accessing 'options' |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
OWNER
public static final java.lang.String OWNER
- See Also:
- Constant Field Values
VERLEVEL
public static final java.lang.String VERLEVEL
- See Also:
- Constant Field Values
EVALUATOR
public static final java.lang.String EVALUATOR
- See Also:
- Constant Field Values
REGEXP
public static final java.lang.String REGEXP
- See Also:
- Constant Field Values
BOOLEXP
public static final java.lang.String BOOLEXP
- See Also:
- Constant Field Values
REGEXP_ERROR
public static final java.lang.String REGEXP_ERROR
- See Also:
- Constant Field Values
BOOLEXP_ERROR
public static final java.lang.String BOOLEXP_ERROR
- See Also:
- Constant Field Values
FOR_DIRECT_DATA
public static final java.lang.String FOR_DIRECT_DATA
- See Also:
- Constant Field Values
FOR_URL_DATA
public static final java.lang.String FOR_URL_DATA
- See Also:
- Constant Field Values
COND_OWNER_N_A
public static final int COND_OWNER_N_A
- See Also:
- Constant Field Values
COND_OWNER_SERVER
public static final int COND_OWNER_SERVER
- See Also:
- Constant Field Values
COND_OWNER_CLIENT
public static final int COND_OWNER_CLIENT
- See Also:
- Constant Field Values
VERIF_LEVEL_N_A
public static final int VERIF_LEVEL_N_A
- See Also:
- Constant Field Values
VERIF_LEVEL_NONE
public static final int VERIF_LEVEL_NONE
- See Also:
- Constant Field Values
VERIF_LEVEL_SILENT
public static final int VERIF_LEVEL_SILENT
- See Also:
- Constant Field Values
VERIF_LEVEL_WARNING
public static final int VERIF_LEVEL_WARNING
- See Also:
- Constant Field Values
VERIF_LEVEL_ABORT
public static final int VERIF_LEVEL_ABORT
- See Also:
- Constant Field Values
options
public PropertiesBag options
CondDef
public CondDef()
- Constructors
is
public boolean is(java.lang.String key)
- Convenient methods for accessing 'options'
exists
public boolean exists(java.lang.String key)
get
public java.lang.String get(java.lang.String key)
getInt
public int getInt(java.lang.String key)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
format
public java.lang.String format(int indent)
- As toString() but with indentations.
Submit a bug or feature
Generated: Tue Jun 14 15:18:14 AST 2011