Uses of Class
org.jboss.security.xacml.core.model.policy.ConditionType

Packages that use ConditionType
org.jboss.security.xacml.core.model.policy   
 

Uses of ConditionType in org.jboss.security.xacml.core.model.policy
 

Fields in org.jboss.security.xacml.core.model.policy declared as ConditionType
protected  ConditionType RuleType.condition
           
 

Methods in org.jboss.security.xacml.core.model.policy that return ConditionType
 ConditionType ObjectFactory.createConditionType()
          Create an instance of ConditionType
 ConditionType RuleType.getCondition()
          Gets the value of the condition property.
 

Methods in org.jboss.security.xacml.core.model.policy that return types with arguments of type ConditionType
 javax.xml.bind.JAXBElement<ConditionType> ObjectFactory.createCondition(ConditionType value)
          Create an instance of JAXBElement<ConditionType>}
 

Methods in org.jboss.security.xacml.core.model.policy with parameters of type ConditionType
 javax.xml.bind.JAXBElement<ConditionType> ObjectFactory.createCondition(ConditionType value)
          Create an instance of JAXBElement<ConditionType>}
 void RuleType.setCondition(ConditionType value)
          Sets the value of the condition property.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.