Searched defs:combinerParameter (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DCombinerParameters.java67 "combinerParameter"
77 protected List<CombinerParameter> combinerParameter; field in class:CombinerParameters
80 * Gets the value of the combinerParameter property.
86 * This is why there is not a <CODE>set</CODE> method for the combinerParameter property.
102 if (combinerParameter == null) {
103 combinerParameter = new ArrayList<CombinerParameter>();
105 return this.combinerParameter;
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DCombinerParameters.java67 "combinerParameter"
77 protected List<CombinerParameter> combinerParameter; field in class:CombinerParameters
80 * Gets the value of the combinerParameter property.
86 * This is why there is not a <CODE>set</CODE> method for the combinerParameter property.
102 if (combinerParameter == null) {
103 combinerParameter = new ArrayList<CombinerParameter>();
105 return this.combinerParameter;

Completed in 21 milliseconds