public class PolicyDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
List<String> |
arguments
List of arguments used in a custom (user-defined policy).
|
List<PolicyDescriptor> |
children
The children of this element, if any.
|
String |
className
The fully qualified class name of a custom policy class.
|
String |
ignoreCase
Determines whether case should be ignored in string comparisons.
|
List<String> |
operands
The operands for this element, applies to non-logical rules (ie not AND, OR, XOR, NOT).
|
String |
type
The type of rule, eg AND, NOT, OneOf, Equal, etc.
|
String |
valueType
Type of value used for some rules (currently Equal and OneOf).
|
| Constructor and Description |
|---|
PolicyDescriptor() |
public String type
public String valueType
public String ignoreCase
public String className
public List<String> operands
public List<PolicyDescriptor> children
Copyright © 2005-2012 JPPF Team.