public class ScopeParam
extends java.lang.Object
| Constructor and Description | 
|---|
ScopeParam()  | 
ScopeParam(java.lang.String type,
          java.lang.String value)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getType()
The scope type 
 | 
java.lang.String | 
getValue()
The scope value 
 | 
void | 
setType(java.lang.String type)  | 
void | 
setValue(java.lang.String value)  |