Uses of Class
org.jboss.security.xacml.core.model.context.DecisionType

Packages that use DecisionType
org.jboss.security.xacml.core.model.context   
 

Uses of DecisionType in org.jboss.security.xacml.core.model.context
 

Fields in org.jboss.security.xacml.core.model.context declared as DecisionType
protected  DecisionType ResultType.decision
           
 

Methods in org.jboss.security.xacml.core.model.context that return DecisionType
static DecisionType DecisionType.fromValue(String v)
           
 DecisionType ResultType.getDecision()
          Gets the value of the decision property.
static DecisionType DecisionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DecisionType[] DecisionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.jboss.security.xacml.core.model.context with parameters of type DecisionType
 javax.xml.bind.JAXBElement<DecisionType> ObjectFactory.createDecision(DecisionType value)
          Create an instance of JAXBElement<DecisionType>}
 void ResultType.setDecision(DecisionType value)
          Sets the value of the decision property.
 



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